mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
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
11 lines
286 B
C
11 lines
286 B
C
--- 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
|