From owner-cvs-sys Thu Nov 20 11:14:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27540 for cvs-sys-outgoing; Thu, 20 Nov 1997 11:14:24 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA27275; Thu, 20 Nov 1997 11:09:57 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA13635; Thu, 20 Nov 1997 11:09:46 -0800 (PST) Date: Thu, 20 Nov 1997 11:09:46 -0800 (PST) Message-Id: <199711201909.LAA13635@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_exit.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/20 11:09:46 PST Modified files: sys/kern kern_exit.c Log: Avoid passing a `retval' to wait1() Disallow wait options that are not a combination of the standard POSIX options WUNTRACED and WNOHANG, as is required by POSIX. BSD doesn't have any extensions here, but the code was `#ifdef notyet' for some reason. Revision Changes Path 1.60 +10 -13 src/sys/kern/kern_exit.c