summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/include/prinet.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-23 11:03:38 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-23 11:03:38 +0100
commit8781f745556be5d7402d0f3adc67ecfe32fe04a0 (patch)
tree2aa8cfb446bab0283ac5ce9d8b1bb8c7bc2f3926 /nsprpub/pr/include/prinet.h
parentf3f9b7b06e37f870463a5f2196457cca6b10d700 (diff)
downloadUXP-8781f745556be5d7402d0f3adc67ecfe32fe04a0.tar
UXP-8781f745556be5d7402d0f3adc67ecfe32fe04a0.tar.gz
UXP-8781f745556be5d7402d0f3adc67ecfe32fe04a0.tar.lz
UXP-8781f745556be5d7402d0f3adc67ecfe32fe04a0.tar.xz
UXP-8781f745556be5d7402d0f3adc67ecfe32fe04a0.zip
Update NSPR to 4.18
Diffstat (limited to 'nsprpub/pr/include/prinet.h')
-rw-r--r--nsprpub/pr/include/prinet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/include/prinet.h b/nsprpub/pr/include/prinet.h
index 15d229fe4..fc9f73918 100644
--- a/nsprpub/pr/include/prinet.h
+++ b/nsprpub/pr/include/prinet.h
@@ -54,7 +54,7 @@ struct sockaddr_dl;
#endif /* XP_UNIX */
#include <netdb.h>
-#if defined(FREEBSD) || defined(BSDI) || defined(QNX)
+#if defined(BSDI) || defined(QNX)
#include <rpc/types.h> /* the only place that defines INADDR_LOOPBACK */
#endif