efb93b17bd
buildlink2.mk files back into the main trunk.
17 lines
360 B
Text
17 lines
360 B
Text
$NetBSD: patch-bc,v 1.2 2002/08/25 19:22:43 jlam Exp $
|
|
|
|
--- include/pthread.h.orig Mon Jul 10 19:23:14 2000
|
|
+++ include/pthread.h
|
|
@@ -71,11 +71,10 @@
|
|
abort();
|
|
}
|
|
|
|
-#include "pthread/machdep.h"
|
|
-
|
|
#endif
|
|
|
|
#include <pthread/version.h>
|
|
+#include <pthread/machdep.h>
|
|
#include <pthread/cleanup.h>
|
|
#include <pthread/kernel.h>
|
|
#include <pthread/prio_queue.h>
|