Files
2013-09-26 17:14:40 +02:00

14 lines
317 B
Plaintext

$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