Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c file.c mergecap.c ringbuffer.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Wed, 30 Jun 2004 01:58:58 -0500 (CDT)
guy         2004/06/30 01:58:58 CDT

  Modified files:
    .                    capture.c file.c mergecap.c ringbuffer.c 
  Log:
  On at least some platforms, a #define of O_BINARY is needed even if
  <fcntl.h> is included, as <fcntl.h> doesn't define it.
  
  Revision  Changes    Path
  1.254     +5 -1      ethereal/capture.c
  1.386     +6 -1      ethereal/file.c
  1.23      +5 -1      ethereal/mergecap.c
  1.12      +6 -1      ethereal/ringbuffer.c