blob: 184ab6f31bc4db0218ff38b26633f22990822f2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- contrib/pf/pflogd/privsep.c.old 2011-11-02 21:04:01.000000000 +0000
+++ contrib/pf/pflogd/privsep.c 2011-11-02 21:04:27.000000000 +0000
@@ -32,11 +32,13 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <stdio.h>
+#define HAVE_SNPRINTF
+#define HAVE_STRLCPY
#include <pcap.h>
#include <pcap-int.h>
#include <pwd.h>
#include <signal.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
|