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: Ashok Narayanan <ashokn@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Sep 2001 11:36:46 -0500 (CDT)
ashokn      2001/09/20 11:36:46 CDT

  Modified files:
    wiretap              file_wrappers.c file_wrappers.h 
  Log:
  Removed the dependency on gzgetc and gzgets by implementing internal
  versions of these commands in file_wrappers.c. This allows us to
  compile successfully even on platforms where X has an older zlib built
  in.
  
  Removed this restriction from acinclude.m4
  
  Revision  Changes    Path
  1.8       +25 -1     ethereal/wiretap/file_wrappers.c
  1.5       +5 -3      ethereal/wiretap/file_wrappers.h