summaryrefslogtreecommitdiffstats
path: root/net-mgmt/driftnet/files/patch-src_pid.c
blob: 57dfd0c8f57a82ba77cdef9ead52339ed2fd3112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/pid.c.orig	2014-09-14 19:16:31 UTC
+++ src/pid.c
@@ -14,7 +14,9 @@
 
 #include "compat.h"
 
-//#include <sys/stat.h>
+#ifdef __FreeBSD__
+#include <sys/stat.h>
+#endif
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
OpenPOWER on IntegriCloud