aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nfdump
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-09-24 05:36:34 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-09-24 05:36:34 +0000
commitaa1bf8e2fc693c3a90459a8e04a5665bdc1c8b62 (patch)
tree70a09e293531bcfc0a99fc48fe579bf8898723cc /net-mgmt/nfdump
parenta4035bae885fc10ad2f65d386fb8cc5d7dffe1c5 (diff)
downloadports-aa1bf8e2fc693c3a90459a8e04a5665bdc1c8b62.tar.gz
ports-aa1bf8e2fc693c3a90459a8e04a5665bdc1c8b62.zip
net-mgmt/nfdump: add missing patch
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=512700
Diffstat (limited to 'net-mgmt/nfdump')
-rw-r--r--net-mgmt/nfdump/files/patch-bin_ipfrag.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nfdump/files/patch-bin_ipfrag.c b/net-mgmt/nfdump/files/patch-bin_ipfrag.c
new file mode 100644
index 000000000000..cb839322f94b
--- /dev/null
+++ b/net-mgmt/nfdump/files/patch-bin_ipfrag.c
@@ -0,0 +1,10 @@
+--- bin/ipfrag.c.orig 2019-09-20 22:19:55.060019000 +0200
++++ bin/ipfrag.c 2019-09-20 22:20:13.307477000 +0200
+@@ -37,6 +37,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
+ #ifdef HAVE_NETINET_IN_SYSTM_H
+ #include <netinet/in_systm.h>
+ #endif