https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3307
Petr Sumbera <petr.sumbera@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Petr Sumbera <petr.sumbera@xxxxxxx> 2009-03-09 05:54:59 PDT ---
Proposed fix for bug 3161 solves this issue (verified on Solaris Nevada build
107):
--- text2pcap.c
+++ text2pcap.c
@@ -90,7 +90,7 @@
# define __USE_XOPEN
#endif
#ifndef _XOPEN_SOURCE
-# define _XOPEN_SOURCE
+# define _XOPEN_SOURCE 600
#endif
*** This bug has been marked as a duplicate of bug 3161 ***
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.