]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- 4.2.2 builds on alpha without it
authorMichal Moskal <michal@moskal.me>
Sat, 19 Oct 2002 22:38:56 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- I hope it wasn't needed to make it *work* (not only compile)

Changed files:
    nspr-alpha.patch -> 1.2

nspr-alpha.patch [deleted file]

diff --git a/nspr-alpha.patch b/nspr-alpha.patch
deleted file mode 100644 (file)
index a80cfd2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- nspr-4.2/mozilla/nsprpub/pr/src/pthreads/ptio.c.orig       Mon Sep  2 14:59:47 2002
-+++ nspr-4.2/mozilla/nsprpub/pr/src/pthreads/ptio.c    Mon Sep  2 15:17:32 2002
-@@ -55,6 +55,7 @@
- #include <sys/uio.h>
- #include <sys/file.h>
- #include <sys/ioctl.h>
-+#include <netinet/tcp.h>
- #if defined(SOLARIS) || defined(UNIXWARE)
- #include <sys/filio.h>  /* to pick up FIONREAD */
- #endif
-@@ -291,8 +292,7 @@
-  * most current systems.
-  */
- #if defined(HAVE_SOCKLEN_T) \
--    || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2 \
--    && !defined(__alpha))
-+    || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2 )
- typedef socklen_t pt_SockLen;
- #elif (defined(AIX) && !defined(AIX4_1)) \
-     || (defined(LINUX) && defined(__alpha)) \
This page took 0.057172 seconds and 4 git commands to generate.