diff options
author | eivind <eivind@FreeBSD.org> | 1998-01-31 07:23:16 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-01-31 07:23:16 +0000 |
commit | 712a1e61e7cb02d6cd0937cf3297e643a9a9631e (patch) | |
tree | 419f894bdaf3b76a20a93bed8ead992cebce3752 /sys/miscfs/nullfs/null_vfsops.c | |
parent | 6f27646b4cfef89a08bfe3430d4d0603eb0c0d05 (diff) | |
download | FreeBSD-src-712a1e61e7cb02d6cd0937cf3297e643a9a9631e.zip FreeBSD-src-712a1e61e7cb02d6cd0937cf3297e643a9a9631e.tar.gz |
Make the debug options new-style.
This also zaps a DPT option from lint; it wasn't referenced from
anywhere.
Diffstat (limited to 'sys/miscfs/nullfs/null_vfsops.c')
-rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index b9d3650..7ffb40d 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -36,7 +36,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vfsops.c,v 1.20 1997/10/12 20:24:50 phk Exp $ + * $Id: null_vfsops.c,v 1.21 1998/01/01 08:28:05 bde Exp $ */ /* @@ -44,6 +44,8 @@ * (See null_vnops.c for a description of what this does.) */ +#include "opt_debug_nullfs.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |