diff options
author | pi <pi@FreeBSD.org> | 2019-09-24 13:36:34 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2019-09-24 13:36:34 +0800 |
commit | f8cd5a1d35273cf3ffa747256ed7d359c06cae20 (patch) | |
tree | 70a09e293531bcfc0a99fc48fe579bf8898723cc /net-mgmt | |
parent | 02ba45296f8225eb18cdd51de22969272fbd86ba (diff) | |
download | freebsd-ports-gnome-f8cd5a1d35273cf3ffa747256ed7d359c06cae20.tar.gz freebsd-ports-gnome-f8cd5a1d35273cf3ffa747256ed7d359c06cae20.tar.zst freebsd-ports-gnome-f8cd5a1d35273cf3ffa747256ed7d359c06cae20.zip |
net-mgmt/nfdump: add missing patch
Reported by: pkg-fallout
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nfdump/files/patch-bin_ipfrag.c | 10 |
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 |