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/isofs/cd9660/cd9660_node.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/isofs/cd9660/cd9660_node.c')
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index 8464191..5391eb6 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * @(#)cd9660_node.c 8.2 (Berkeley) 1/23/94 - * $Id: cd9660_node.c,v 1.21 1997/10/16 10:47:36 phk Exp $ + * $Id: cd9660_node.c,v 1.22 1997/11/18 14:40:30 phk Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/mount.h> |