From owner-cvs-all Fri May 19 2:42:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3266937BA72; Fri, 19 May 2000 02:42:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66214; Fri, 19 May 2000 02:42:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200005190942.CAA66214@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 19 May 2000 02:42:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/05/19 02:42:53 PDT Modified files: usr.bin/apply apply.c Log: fork() -> vfork() This would have been commit #2 which was "Obtained from: BSD/OS" except their code is buggy (they call err() if the execl() fails, which will incorrectly call exit()), so instead this is: Obtained from: NetBSD Revision Changes Path 1.9 +5 -4 src/usr.bin/apply/apply.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message