Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 1997 11:09:46 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_exit.c
Message-ID:  <199711201909.LAA13635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711201909.LAA13635>