aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-22 21:55:39 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-22 21:55:39 +0000
commitda8eba288dfd5702af375b0a693f63fae04b5302 (patch)
tree48d49637254b84d922e48c5399dcfa424e9b0cf4 /text2pcap.c
parent82583f9697ae53aa53e69a7ce42c7d5b08f0379d (diff)
set #ifndef __USE_XOPEN instead of only #ifndef
should fix rev21508 svn path=/trunk/; revision=21511
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index a7349b9ce5..c213824804 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -91,7 +91,7 @@
* (needed for glibc 2.2) but make sure we do this only if not
* yet defined.
*/
-#ifndef
+#ifndef __USE_XOPEN
# define __USE_XOPEN
#endif