diff options
Diffstat (limited to 'www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h')
-rw-r--r-- | www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h new file mode 100644 index 000000000..2f4ca7ca6 --- /dev/null +++ b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h @@ -0,0 +1,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 |