pkgsrc/devel/unproven-pthreads/patches/patch-aw
skrll b08fa711b8 Provide a vfork in libpthread as suggested in pkg/10801.
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.
2001-04-12 16:10:32 +00:00

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