24 lines
741 B
Plaintext
24 lines
741 B
Plaintext
$NetBSD: patch-bl,v 1.1.1.1 2005/05/04 08:56:50 agc Exp $
|
|
|
|
Index: include/nasd/nasd_threadstuff.h
|
|
===================================================================
|
|
RCS file: /usr/cvsroot/nasd/nasd-1.3/include/nasd/nasd_threadstuff.h,v
|
|
retrieving revision 1.1.1.1
|
|
retrieving revision 1.2
|
|
diff -u -r1.1.1.1 -r1.2
|
|
--- include/nasd/nasd_threadstuff.h 21 Mar 2005 08:52:03 -0000 1.1.1.1
|
|
+++ include/nasd/nasd_threadstuff.h 21 Mar 2005 17:07:28 -0000 1.2
|
|
@@ -77,6 +77,12 @@
|
|
#define NASD_SYS_THREADS_DEFINED 1
|
|
#endif /* FREEBSD */
|
|
|
|
+#ifdef NETBSD
|
|
+#include <pthread.h>
|
|
+#include <nasd/nasd_threads_pthread.h>
|
|
+#define NASD_SYS_THREADS_DEFINED 1
|
|
+#endif /* NETBSD */
|
|
+
|
|
#ifdef IRIX
|
|
#include <pthread.h>
|
|
#include <nasd/nasd_threads_pthread.h>
|