345f2b96e2
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 |
||
---|---|---|
.. | ||
common.h | ||
config.h | ||
main.c | ||
Makefile | ||
proc.c | ||
read.c | ||
signal.c | ||
timer.c | ||
user.c | ||
vnode.c |