summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-01-09 21:47:47 +0000
committerwtchang%redhat.com <devnull@localhost>2006-01-09 21:47:47 +0000
commitc8cd1dee875ef23f99f182382e1e8c31d4707243 (patch)
treeeb94645713553a34aa9ec50977eaa7b564f738e1
parenta0250a4e8a762ab0bc702c05daea438d6017d120 (diff)
downloadnspr-hg-c8cd1dee875ef23f99f182382e1e8c31d4707243.tar.gz
Bugzilla Bug 322427: removed a very old workaround for a zero-size array in
<sys/socket.h> on Linux. r=kengert. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/prinet.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pr/include/prinet.h b/pr/include/prinet.h
index 2c733b0b..02dfef6f 100644
--- a/pr/include/prinet.h
+++ b/pr/include/prinet.h
@@ -60,10 +60,6 @@
#define prinet_h__
#if defined(XP_UNIX) || defined(XP_OS2) || defined(XP_BEOS)
-#ifdef LINUX
-#undef __STRICT_ANSI__
-#define __STRICT_ANSI__
-#endif
#include <sys/types.h>
#include <sys/socket.h> /* AF_INET */
#include <netinet/in.h> /* INADDR_ANY, ..., ntohl(), ... */