Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file_wrappers.c file_wrappers.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 24 Jan 2000 22:50:01 -0600 (CST)
guy         2000/01/24 22:49:58 CST

  Modified files:
    wiretap              file_wrappers.c file_wrappers.h 
  Log:
  "gztell()" is also affected by the libz mess on platforms where "off_t"
  is bigger than a "long"; this is itojun's fix for that, turning
  "file_tell()" into a wrapper function in "file_wrappers.c", just like
  "file_seek()".
  
  Revision  Changes    Path
  1.4       +9 -3      ethereal/wiretap/file_wrappers.c
  1.3       +2 -2      ethereal/wiretap/file_wrappers.h