From 11a588f742f8cd77cecde2f074e25f10196193cc Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 2 Sep 2002 13:31:24 +0000 Subject: [PATCH] - fix for alpha Changed files: nspr-alpha.patch -> 1.1 --- nspr-alpha.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 nspr-alpha.patch diff --git a/nspr-alpha.patch b/nspr-alpha.patch new file mode 100644 index 0000000..a80cfd2 --- /dev/null +++ b/nspr-alpha.patch @@ -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 + #include + #include ++#include + #if defined(SOLARIS) || defined(UNIXWARE) + #include /* 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)) \ -- 2.44.0