ports/net/wireshark/files/patch-capture_loop.c
Joe Marcus Clarke fe54d6209f * Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html for
a list of what's new)
* Make portlint a bit happier
* Assume maintainership

Approved by:	billf (previous maintainer)
2004-12-19 01:11:54 +00:00

11 lines
523 B
C

--- 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