Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal text2pcap.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, 30 Jan 2002 04:10:03 -0600 (CST)
guy         2002/01/30 04:10:02 CST

  Modified files:
    .                    text2pcap.c 
  Log:
  Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in the
  X/Open specs *not* to be defined, so we also have to define
  __EXTENSIONS__.
  
  XXX - can we just define __USE_XOPEN, and not define _XOPEN_SOURCE? Is
  that sufficient to get "strptime()" declared on all platforms?
  
  Revision  Changes    Path
  1.13      +13 -1     ethereal/text2pcap.c