opnsense-ports/security/snoopy/files/patch-src-snoopy.h
Franco Fichtner 939c639ebc */*: sync with upstream
Taken from: HardenedBSD
2021-06-15 19:33:36 +02:00

11 lines
375 B
C

--- src/snoopy.h.orig 2021-02-09 23:00:14 UTC
+++ src/snoopy.h
@@ -31,8 +31,6 @@
/* This must be the first file to be included, or implicit inclusion
* (by i.e. <features.h>) does the wrong thing
*/
-#define _XOPEN_SOURCE 700
-#include <features.h> /* Needed for GLIBC macros here */
#include <syslog.h> /* Needed for syslog defaults */
#include <unistd.h>