diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-08-15 13:18:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-08-15 13:18:28 +0000 |
commit | ee5773d5747daa69908a1f3c7d5ef7528ea2ff4c (patch) | |
tree | 9b226e8527e427feab9a50cf8fb650f48baec110 /net-mgmt/driftnet/files/patch-src_pid.c | |
parent | multimedia/plexmediaserver-plexpass: Update to 1.8.1 (diff) |
Update to 1.1.5
Notes
Notes:
svn path=/head/; revision=447984
Diffstat (limited to 'net-mgmt/driftnet/files/patch-src_pid.c')
-rw-r--r-- | net-mgmt/driftnet/files/patch-src_pid.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/driftnet/files/patch-src_pid.c b/net-mgmt/driftnet/files/patch-src_pid.c new file mode 100644 index 000000000000..57dfd0c8f57a --- /dev/null +++ b/net-mgmt/driftnet/files/patch-src_pid.c @@ -0,0 +1,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> |