Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2011 12:16:30 +0000 (UTC)
From:      Jonathan Anderson <jonathan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/regression/kqueue config.h proc.c
Message-ID:  <201107081216.p68CGmwO067435@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jonathan    2011-07-08 12:16:30 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/kqueue config.h proc.c 
  Log:
  SVN rev 223865 on 2011-07-08 12:16:30Z by jonathan
  
  Clarify the meaning of a test.
  
  Rather than using err() if either of two failure conditions
  fires (which can produce spurious error messages), just use
  errx() if the one condition that really matters fires.
  
  In practice, this single test is enough to detect the failure
  mode we're looking for (kqueue being inherited across fork).
  
  Approved by: mentor (rwatson), re (Capsicum blanket)
  Sponsored by: Google Inc
  
  Revision  Changes    Path
  1.4       +1 -1      src/tools/regression/kqueue/config.h
  1.3       +3 -3      src/tools/regression/kqueue/proc.c



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