]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- fix for alpha
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Sep 2002 13:31:24 +0000 (13:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nspr-alpha.patch -> 1.1

nspr-alpha.patch [new file with mode: 0644]

diff --git a/nspr-alpha.patch b/nspr-alpha.patch
new file mode 100644 (file)
index 0000000..a80cfd2
--- /dev/null
@@ -0,0 +1,20 @@
+--- 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.048219 seconds and 4 git commands to generate.