Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-bytes.c ftype-double.c fty

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: Tue, 5 Feb 2002 16:50:18 -0600 (CST)
guy         2002/02/05 16:50:18 CST

  Modified files:
    epan/ftypes          ftype-bytes.c ftype-double.c 
                         ftype-integer.c ftype-ipv4.c 
                         ftype-string.c ftype-time.c ftypes.c 
  Log:
  "log" is a name that belongs to the ANSI C89 standard; it refers to a
  function that computes the natural logarithm of a double.  Using it as
  the name of a pointer to a routine to do logging can cause namespace
  collisions; in fact, it *does* cause them on AIX.  Rename the function
  argument to "logfunc".
  
  Revision  Changes    Path
  1.10      +13 -12    ethereal/epan/ftypes/ftype-bytes.c
  1.5       +8 -9      ethereal/epan/ftypes/ftype-double.c
  1.8       +10 -9     ethereal/epan/ftypes/ftype-integer.c
  1.8       +10 -7     ethereal/epan/ftypes/ftype-ipv4.c
  1.5       +3 -4      ethereal/epan/ftypes/ftype-string.c
  1.16      +7 -7      ethereal/epan/ftypes/ftype-time.c
  1.6       +5 -6      ethereal/epan/ftypes/ftypes.c