Date: Tue, 24 Sep 2019 05:36:34 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512700 - head/net-mgmt/nfdump/files Message-ID: <201909240536.x8O5aY3n091209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Sep 24 05:36:34 2019 New Revision: 512700 URL: https://svnweb.freebsd.org/changeset/ports/512700 Log: net-mgmt/nfdump: add missing patch Reported by: pkg-fallout Added: head/net-mgmt/nfdump/files/ head/net-mgmt/nfdump/files/patch-bin_ipfrag.c (contents, props changed) Added: head/net-mgmt/nfdump/files/patch-bin_ipfrag.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nfdump/files/patch-bin_ipfrag.c Tue Sep 24 05:36:34 2019 (r512700) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909240536.x8O5aY3n091209>