summaryrefslogtreecommitdiff
path: root/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
diff options
context:
space:
mode:
authorLuiz Amaral <email@luiz.eng.br>2022-03-13 20:14:05 +0100
committerKurt Jaeger <pi@FreeBSD.org>2022-03-13 20:19:10 +0100
commit99a5f6d49b156b90dddbe435286c7d50eaae93ea (patch)
tree6a69b96b74e635cae6dfb4387a5ae5a8074cb46a /net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
parentmath/gretl: Update 2021d -> 2022a (diff)
net-mgmt/lldpd: update 1.0.8 -> 1.0.13
PR: 260904 Approved by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Relnotes: https://github.com/lldpd/lldpd/releases/tag/1.0.9 https://github.com/lldpd/lldpd/releases/tag/1.0.10 https://github.com/lldpd/lldpd/releases/tag/1.0.11 https://github.com/lldpd/lldpd/releases/tag/1.0.12 https://github.com/lldpd/lldpd/releases/tag/1.0.13
Diffstat (limited to 'net-mgmt/lldpd/files/patch-src_daemon_lldpd.h')
-rw-r--r--net-mgmt/lldpd/files/patch-src_daemon_lldpd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
new file mode 100644
index 000000000000..69457047aa55
--- /dev/null
+++ b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
@@ -0,0 +1,13 @@
+--- src/daemon/lldpd.h.orig 2022-03-09 14:30:41 UTC
++++ src/daemon/lldpd.h
+@@ -33,8 +33,9 @@
+ #include <string.h>
+ #include <sys/queue.h>
+ #include <sys/types.h>
+-#include <netinet/if_ether.h>
++#include <sys/socket.h>
+ #include <netinet/in.h>
++#include <netinet/if_ether.h>
+ #include <sys/un.h>
+
+ #include "lldp-tlv.h"