Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap file_access.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:59:00 -0500 (CDT)
guy         2004/06/30 01:59:00 CDT

  Modified files:
    wiretap              file_access.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.14      +6 -1      ethereal/wiretap/file_access.c