diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-03-24 05:55:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-03-24 05:55:32 +0000 |
commit | c36b7c085b25de15e74c9ea5c1214a59bb81743a (patch) | |
tree | 7435a0e3238011a0549b518ac8e518e18e963920 /sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c | |
parent | Fix SPOOF support builds in all syslog-ng ports. (diff) |
syslog-ng 3.7.3 is now good enough for general use. It is copied from
syslog-ng-devel to syslog-ng37. Suggested by Peter Czanik, our
syslog-ng upline representative from Balabit.
The old syslog-ng port now become syslog-ng36.
This is the first part of a two part commit.
Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com>
Balabit / syslog-ng upstream
Notes
Notes:
svn path=/head/; revision=411751
Diffstat (limited to 'sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c')
-rw-r--r-- | sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c b/sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c new file mode 100644 index 000000000000..7af83d8fb2c0 --- /dev/null +++ b/sysutils/syslog-ng37/files/patch-modules__afsocket__afinet-dest.c @@ -0,0 +1,11 @@ +--- modules/afsocket/afinet-dest.c.orig 2016-03-22 02:39:13.000000000 -0700 ++++ modules/afsocket/afinet-dest.c 2016-03-23 22:07:14.289961000 -0700 +@@ -42,7 +42,7 @@ + #endif + + #if ENABLE_SPOOF_SOURCE +-#include <libnet.h> ++#include <libnet11/libnet.h> + #endif + + #if _GNU_SOURCE_DEFINED |