summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-08-25 22:04:45 +0200
committerJan Beich <jbeich@FreeBSD.org>2017-08-25 22:04:45 +0200
commita16e76b05679f59076fdf429b706fd44adc937e3 (patch)
treed0dd5fd0611217a9aa0a0f6ef0b247c974029a89
parent2e766325ee4d484b25b29c15f58b451e411c37c3 (diff)
downloadnspr-hg-a16e76b05679f59076fdf429b706fd44adc937e3.tar.gz
Bug 1391716 - Don't pull rpc/types.h on FreeBSD anymore. r=kaie
-rw-r--r--pr/include/prinet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prinet.h b/pr/include/prinet.h
index 15d229fe..fc9f7391 100644
--- a/pr/include/prinet.h
+++ b/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