From owner-cvs-usrbin Wed Apr 23 15:25:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA27188 for cvs-usrbin-outgoing; Wed, 23 Apr 1997 15:25:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA27161; Wed, 23 Apr 1997 15:25:33 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10738; Wed, 23 Apr 1997 15:25:21 -0700 (PDT) Date: Wed, 23 Apr 1997 15:25:21 -0700 (PDT) Message-Id: <199704232225.PAA10738@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/vacation vacation.c Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk ache 97/04/23 15:25:20 Modified: usr.bin/vacation vacation.c Log: Replace vfork() by fork(), vfork() usage is totally bogus in this context. This program don't bother to do even minimal vfork() support as per vfork(2) manpage required. Revision Changes Path 1.7 +2 -2 src/usr.bin/vacation/vacation.c