Index: ethereal/capture.c
===================================================================
RCS file: /cvsroot/ethereal/capture.c,v
retrieving revision 1.176
diff -u -r1.176 capture.c
--- capture.c	2002/06/04 22:15:12	1.176
+++ capture.c	2002/06/06 17:25:40
@@ -1020,13 +1020,8 @@
  * that's less than 1 second acts like no timeout at all, so that you
  * don't see packets until the BPF buffer fills up?
  *
- * The workaround is to use a timeout of 1000 seconds on MacOS X.
  */
-#ifdef __APPLE__
-#define	CAP_READ_TIMEOUT	1000
-#else
 #define	CAP_READ_TIMEOUT	250
-#endif
 
 #ifndef _WIN32
 /* Take carre of byte order in the libpcap headers read from pipes.
