pkgsrc/devel/unproven-pthreads/patches/patch-bc
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

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>