Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 14 Nov 2003 15:18:07 -0600 (CST)
guy         2003/11/14 15:18:07 CST

  Modified files:
    .                    capture.c 
  Log:
  When it comes to whether to use "select()" or not, even if you're
  building in Cygwin's pretend-it's-UNIX environment, we need to treat the
  platform as Windows.
  
  Get rid of the BSD #define - just check for the platforms on which we
  mustn't use "select()".
  
  Revision  Changes    Path
  1.214     +10 -13    ethereal/capture.c