Ethereal-cvs: [Ethereal-cvs] rev 16409: /trunk/wiretap/: file_access.c file_wrappers.c file_wr

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

Date: Mon, 07 Nov 2005 02:45:20 GMT
User: guy
Date: 2005/11/06 08:45 PM

Log:
 If we're using libz, make file_open() construct the open() flag
 argument, rather than requiring the caller to get the open() flag and
 the fopen() flag in sync.  That also means that if we're *not* using
 libz, it can just be a wrapper around eth_fopen().
 
 We need to include <fcntl.h>, at least on UN*X, to get open() declared
 and the O_ flags defined.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +1 -1      file_access.c      Modified
  +36 -7     file_wrappers.c    Modified
  +2 -2      file_wrappers.h    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16409&view=rev