summaryrefslogtreecommitdiff
path: root/system/nspr/fix-getproto.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-25 11:14:13 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-25 11:14:13 +0000
commit0d9184aefc7a03001ea83cf858549c057f5d91ec (patch)
tree4a8b08d65bd02b28d3b76bb05ad40c5c1abe249a /system/nspr/fix-getproto.patch
parentef9022c36b7a1335407cb4ce4102df08bd3f11cb (diff)
downloadpackages-0d9184aefc7a03001ea83cf858549c057f5d91ec.tar.gz
packages-0d9184aefc7a03001ea83cf858549c057f5d91ec.tar.bz2
packages-0d9184aefc7a03001ea83cf858549c057f5d91ec.tar.xz
packages-0d9184aefc7a03001ea83cf858549c057f5d91ec.zip
system/nspr: Bump to 4.25
Diffstat (limited to 'system/nspr/fix-getproto.patch')
-rw-r--r--system/nspr/fix-getproto.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/nspr/fix-getproto.patch b/system/nspr/fix-getproto.patch
deleted file mode 100644
index a96d14730..000000000
--- a/system/nspr/fix-getproto.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./nspr/pr/src/misc/prnetdb.c.orig
-+++ ./nspr/pr/src/misc/prnetdb.c
-@@ -61,9 +61,7 @@
- #define _PR_HAVE_GETPROTO_R_POINTER
- #endif
-
--#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