$NetBSD: patch-aa,v 1.23 2003/03/17 16:07:33 taya Exp $

diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c ./nsprpub/pr/src/pthreads/ptthread.c
--- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c	2002-08-28 23:42:52.000000000 +0900
+++ ./nsprpub/pr/src/pthreads/ptthread.c	2003-03-14 16:58:37.000000000 +0900
@@ -360,7 +360,7 @@
     /*
      * Linux doesn't have pthread_attr_setstacksize.
      */
-#ifndef LINUX
+#if !defined(LINUX) && !defined(NETBSD)
     rv = pthread_attr_setstacksize(&tattr, stackSize);
     PR_ASSERT(0 == rv);
 #endif