6f31a4caed
out for NetBSD.
13 lines
317 B
Text
13 lines
317 B
Text
$NetBSD: patch-ae,v 1.1 2005/06/07 16:21:41 garbled Exp $
|
|
--- rm/rminit.c.orig 2005-06-07 08:40:51.000000000 -0700
|
|
+++ rm/rminit.c 2005-06-07 08:41:19.000000000 -0700
|
|
@@ -133,7 +133,9 @@
|
|
#ifdef SOLARIS
|
|
glXInitThreadsSUN();
|
|
#else
|
|
+ #ifndef __NetBSD__
|
|
pthread_setconcurrency(12);
|
|
+ #endif
|
|
#endif
|
|
#endif
|
|
|