diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
commit | c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a (patch) | |
tree | 200c40866975fee9f98d04db8b6280f94e67540e /sys/kern/subr_rlist.c | |
parent | 856becd843ef5a7a14eeb66b3159728409ccdbfc (diff) | |
download | FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz |
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/kern/subr_rlist.c')
-rw-r--r-- | sys/kern/subr_rlist.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 3a61deb..e7011a5 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,9 +54,11 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: subr_rlist.c,v 1.22 1997/09/02 20:05:51 bde Exp $ + * $Id: subr_rlist.c,v 1.23 1997/09/16 11:43:31 bde Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/rlist.h> |