summaryrefslogtreecommitdiff
path: root/capture.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-17 19:40:09 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-17 19:40:09 +0000
commit08f3ea2cf35a04800e16babe3f34cfe7ebea99a4 (patch)
treec5318da2e98d8c39cf1cd6b48299b82b6b79ebda /capture.c
parent1a209c1d3ead78d934fe95d2f8a4e8516dad1b03 (diff)
downloadwireshark-08f3ea2cf35a04800e16babe3f34cfe7ebea99a4.tar.gz
Fix a typo.
svn path=/trunk/; revision=8983
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index 6f009898d2..21b41e9205 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.216 2003/11/17 00:26:30 guy Exp $
+ * $Id: capture.c,v 1.217 2003/11/17 19:40:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -122,7 +122,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(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && \
!defined(__bsdi__) && !defined(__APPLE__) && !defined(_WIN32) && \
!defined(__CYGWIN__)
# define MUST_DO_SELECT