summaryrefslogtreecommitdiffstats
path: root/tools/regression/kqueue/config.h
diff options
context:
space:
mode:
authorjonathan <jonathan@FreeBSD.org>2011-07-08 12:16:30 +0000
committerjonathan <jonathan@FreeBSD.org>2011-07-08 12:16:30 +0000
commitf07a2b912b2fbaa99bfe57e02f3d2c72ce60ff81 (patch)
treefa59cde14529d32b89e630b31c40332129f5a74c /tools/regression/kqueue/config.h
parentc50de82aab4efc1aae6002a965cbd56ee7928d9d (diff)
downloadFreeBSD-src-f07a2b912b2fbaa99bfe57e02f3d2c72ce60ff81.zip
FreeBSD-src-f07a2b912b2fbaa99bfe57e02f3d2c72ce60ff81.tar.gz
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
Diffstat (limited to 'tools/regression/kqueue/config.h')
-rw-r--r--tools/regression/kqueue/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/kqueue/config.h b/tools/regression/kqueue/config.h
index 9ca8cde..a204092 100644
--- a/tools/regression/kqueue/config.h
+++ b/tools/regression/kqueue/config.h
@@ -1,4 +1,4 @@
-# $FreeBSD$
+/* $FreeBSD$ */
#define HAVE_ERR_H 1
#define HAVE_SYS_EVENT_H 1
OpenPOWER on IntegriCloud