Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nfs.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: Wed, 6 Feb 2002 16:54:02 -0600 (CST)
guy         2002/02/06 16:54:02 CST

  Modified files:
    .                    packet-nfs.c 
  Log:
  If you compile with IBM's compiler on AIX 5.1, the compiler apparently
  somehow doesn't like the structure member name "fh_len", for some reason
  (probably some #define in some header file); change that (and other
  "fh_len" variables) to "fh_length" instead.
  
  Revision  Changes    Path
  1.65      +25 -25    ethereal/packet-nfs.c