Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap buffer.c buffer.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: Sun, 30 Jul 2000 23:16:03 -0500 (CDT)
guy         2000/07/30 23:16:00 CDT

  Modified files:
    wiretap              buffer.c buffer.h 
  Log:
  In "buffer.h", include <winsock.h> if we have it, so that "u_char" is
  defined on Win32 systems - it's not defined in <sys/types.h> on those
  systems.
  
  In "buffer.c", include "config.h", to cause HAVE_WINSOCK_H to be
  defined, on systems that have it, so that we include it in <buffer.h>.
  
  Revision  Changes    Path
  1.9       +4 -2      ethereal/wiretap/buffer.c
  1.6       +5 -3      ethereal/wiretap/buffer.h