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

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: Wed, 3 Nov 1999 00:18:54 -0600 (CST)
guy         1999/11/03 00:18:52 CST

  Modified files:
    .                    packet-atalk.c 
  Log:
  Don't include <netinet/in.h>; at least on AIX 4.3.2, that causes
  <sys/machine.h> to be included (presumably to define the machine's byte
  order, to declare the "ntoh" and "hton" routines/macros correctly),
  which causes BIG_ENDIAN and LITTLE_ENDIAN to be defined, but that's done
  after we've included "globals.h", so they're already defined, and the
  compiler complains.  We don't need it (at least not on FreeBSD).
  
  Revision  Changes    Path
  1.19      +1 -5      ethereal/packet-atalk.c