diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-16 14:12:48 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-16 14:12:48 +0000 |
commit | 2407ce31e1a31d03c0fc1d4e6319f60d0b3ba89e (patch) | |
tree | e8ad5871976d78502ea656a9561b8073f8b5669e /net-mgmt/driftnet/files/patch-src_pid.c | |
parent | textproc/pootle: cleanup option handling: (diff) |
Update to 1.2.0
Notes
Notes:
svn path=/head/; revision=479895
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, 0 insertions, 13 deletions
diff --git a/net-mgmt/driftnet/files/patch-src_pid.c b/net-mgmt/driftnet/files/patch-src_pid.c deleted file mode 100644 index 57dfd0c8f57a..000000000000 --- a/net-mgmt/driftnet/files/patch-src_pid.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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> |