Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41182: /trunk/ /trunk/ui/gtk/: text_import.c /trunk/: te

Date: Fri, 24 Feb 2012 20:33:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41182

User: morriss
Date: 2012/02/24 12:33 PM

Log:
 Revisit https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161
 and r39501:
 
 Setting _XOPEN_SOURCE to 600 is only allowed on Solaris 10 if the compiler is
 set to C99 mode.  Conversely (and as reported in the bug), simply defining it
 (but with no value) is not allowed if the compiler *is* compiling to C99.
 
 So, don't define _XOPEN_SOURCE at all on Solaris.  Keep defining it as 600 on
 other OS's as (also) requested in that bug.
 
 Maybe there's a cleaner way to do this but all of this is a "trickery" mess
 anyway...

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +3 -1      text_import.c    Modified

Directory: /trunk/
  Changes    Path           Action
  +3 -1      text2pcap.c    Modified