Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-iscsi.c

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: Sat, 2 Jun 2001 03:13:05 -0500 (CDT)
guy         2001/06/02 03:13:05 CDT

  Modified files:
    .                    packet-iscsi.c 
  Log:
  On Windows, "min" apparently gets defined or declared in such a fashion
  that declaring our own static function "min()" doesn't work; rename it
  "iscsi_min()" to get rid of the problem.
  
  Revision  Changes    Path
  1.4       +6 -6      ethereal/packet-iscsi.c