b08fa711b8
There is no need to worry about if its called vfork or __vfork14. The right one will get built. As vfork is not used internally don't worry about creating a syscall wrapper. While I'm here remove a completely unnecessary unistd.h that's looks as though it was for a early version linux.
9 lines
190 B
Text
9 lines
190 B
Text
$NetBSD: patch-aw,v 1.1 2001/04/12 16:10:33 skrll Exp $
|
|
|
|
--- pthreads/process.c.orig Mon Jul 10 19:23:28 2000
|
|
+++ pthreads/process.c
|
|
@@ -45,2 +45,4 @@
|
|
|
|
+#include "config.h"
|
|
+
|
|
#ifndef lint
|