Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan osi-utils.c osi-utils.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Apr 2001 05:41:20 -0500 (CDT)
guy         2001/04/02 05:41:20 CDT

  Modified files:
    epan                 osi-utils.c osi-utils.h 
  Log:
  Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>
  on Windows, so we'd have to drag in <winsock.h> to define them.
  
  Revision  Changes    Path
  1.2       +6 -6      ethereal/epan/osi-utils.c
  1.3       +4 -4      ethereal/epan/osi-utils.h