1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make it buildable after the getproto*_r additions to RELENG_6.

Approved by:	ahze
This commit is contained in:
Hajimu UMEMOTO 2006-07-18 15:37:28 +00:00
parent 373b189b15
commit cc21016222
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168148

View File

@ -4,7 +4,7 @@
#define _PR_IPV6_V6ONLY_PROBE
#endif
+#if __FreeBSD_version >= 700016
+#if (__FreeBSD_version >= 700016) || (__FreeBSD_version < 700000 && __FreeBSD_version >= 601103)
+#define _PR_HAVE_GETPROTO_R
+#define _PR_HAVE_5_ARG_GETPROTO_R
+#endif