aboutsummaryrefslogtreecommitdiffstats
path: root/main/nspr/fix-getproto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/nspr/fix-getproto.patch')
-rw-r--r--main/nspr/fix-getproto.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/nspr/fix-getproto.patch b/main/nspr/fix-getproto.patch
deleted file mode 100644
index cb1a9b2977a..00000000000
--- a/main/nspr/fix-getproto.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/nspr/pr/src/misc/prnetdb.c
-+++ b/nspr/pr/src/misc/prnetdb.c
-@@ -58,9 +58,7 @@
- * an int, and glibc's flavor takes five arguments.
- */
-
--#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT)) \
-- || (defined(LINUX) && defined(_REENTRANT) \
-- && defined(__GLIBC__) && __GLIBC__ < 2)
-+#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT))
- #define _PR_HAVE_GETPROTO_R
- #define _PR_HAVE_GETPROTO_R_POINTER
- #endif