Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/04/2003 20:34:04
Module Name: pkgsrc
Committed By: jlam
Date: Thu Sep 4 20:34:04 UTC 2003
Modified Files:
pkgsrc/pkgtools/pkg_install/files: configure configure.ac
pkgsrc/pkgtools/pkg_install/files/lib: config.h.in
Log Message:
Allow this to compile on systems without vfork by #define'ing it to fork.
This is okay since we just do vfork()/exec() in lib/ftpio.c and don't rely
on any vfork vs. fork semantics.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/pkg_install/files/configure
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/pkg_install/files/configure.ac
cvs rdiff -r1.4 -r1.5 pkgsrc/pkgtools/pkg_install/files/lib/config.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.