summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-am
blob: 0ebff89daeae04a940be2bba2909bbfea51dc2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-am,v 1.2 2000/06/19 04:17:28 soren Exp $

diff -ru ../mozilla-current.orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c
--- ../mozilla-current.orig/mozilla/nsprpub/pr/src/pthreads/ptio.c	Tue Apr  4 09:27:10 2000
+++ ./nsprpub/pr/src/pthreads/ptio.c	Sun Jun  4 14:06:26 2000
@@ -123,7 +123,7 @@
 #define _PRSockOptVal_t char *
 #elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \
     || defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \
-    || defined(NTO) || defined(OPENBSD) || defined(RHAPSODY)
+    || defined(NTO) || defined(OPENBSD) || defined(RHAPSODY) || defined(NETBSD)
 #define _PRSockOptVal_t void *
 #else
 #error "Cannot determine architecture"