blob: 2f4ca7ca6534d43a84240a5f3176f79c451fa0fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- nsprpub/pr/include/md/_freebsd.h.orig Sat Apr 22 17:14:55 2006
+++ nsprpub/pr/include/md/_freebsd.h Sat Apr 22 17:14:47 2006
@@ -106,6 +106,11 @@
#define _PR_IPV6_V6ONLY_PROBE
#endif
+#if __FreeBSD_version >= 700016
+#define _PR_HAVE_GETPROTO_R
+#define _PR_HAVE_5_ARG_GETPROTO_R
+#endif
+
#define USE_SETJMP
#ifndef _PR_PTHREADS
|