diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net/wireshark/files/patch-capture_loop.c | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'net/wireshark/files/patch-capture_loop.c')
-rw-r--r-- | net/wireshark/files/patch-capture_loop.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/wireshark/files/patch-capture_loop.c b/net/wireshark/files/patch-capture_loop.c deleted file mode 100644 index 55b53f795033..000000000000 --- a/net/wireshark/files/patch-capture_loop.c +++ /dev/null @@ -1,11 +0,0 @@ ---- capture_loop.c.orig Thu Jul 22 00:23:01 2004 -+++ capture_loop.c Thu Jul 22 00:23:15 2004 -@@ -126,7 +126,7 @@ - * XXX - the various BSDs appear to define BSD in <sys/param.h>; we don't - * want to include it if it's not present on this platform, however. - */ --#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && \ -+#if !defined(__NetBSD__) && !defined(__OpenBSD__) && \ - !defined(__bsdi__) && !defined(__APPLE__) && !defined(_WIN32) && \ - !defined(__CYGWIN__) - # define MUST_DO_SELECT |