diff options
Diffstat (limited to 'net/ethereal/files/patch-capture_loop.c')
-rw-r--r-- | net/ethereal/files/patch-capture_loop.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ethereal/files/patch-capture_loop.c b/net/ethereal/files/patch-capture_loop.c new file mode 100644 index 00000000000..55b53f79503 --- /dev/null +++ b/net/ethereal/files/patch-capture_loop.c @@ -0,0 +1,11 @@ +--- 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 |