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: Thu, 4 Nov 1999 01:06:55 -0600 (CST)
guy         1999/11/04 01:06:52 CST

  Modified files:
    .                    packet-atalk.c 
  Log:
  Include <netinet/in.h> before including "global.h", so that if - as
  appears to be the case on AIX 4.3.2 - it defines BIG_ENDIAN or
  LITTLE_ENDIAN differently from the way "global.h" defines them, and also
  defines BYTE_ORDER, we don't get a compiler warning - instead,
  "global.h" refrains from defining them (as BYTE_ORDER is defined).
  
  Revision  Changes    Path
  1.21      +5 -5      ethereal/packet-atalk.c