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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 5 Nov 2003 14:19:39 -0600 (CST)
guy         2003/11/05 14:19:39 CST

  Modified files:
    .                    packet-ansi_a.c 
  Log:
  Get rid of includes of <gmodule.h> (we're not loading any code at
  run-time in the dissector itself), and <sys/types.h> and <netinet/in.h>
  (we shouldn't need either of those, and they might be responsible for
  dragging in <sys/procset.h> on Digital UNIX - that header defines P_SID
  in a way that conflicts with our definition).
  
  Revision  Changes    Path
  1.4       +1 -11     ethereal/packet-ansi_a.c