Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 04/12/2001 19:10:34
Module Name:	pkgsrc
Committed By:	skrll
Date:		Thu Apr 12 16:10:34 UTC 2001

Modified Files:
	pkgsrc/devel/unproven-pthreads: Makefile
	pkgsrc/devel/unproven-pthreads/files: patch-sum
	pkgsrc/devel/unproven-pthreads/pkg: PLIST
Added Files:
	pkgsrc/devel/unproven-pthreads/patches: patch-aw

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/devel/unproven-pthreads/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/unproven-pthreads/files/patch-sum
cvs rdiff -r0 -r1.1 pkgsrc/devel/unproven-pthreads/patches/patch-aw
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/unproven-pthreads/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.