summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lockf.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
committereivind <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
commit712a1e61e7cb02d6cd0937cf3297e643a9a9631e (patch)
tree419f894bdaf3b76a20a93bed8ead992cebce3752 /sys/kern/kern_lockf.c
parent6f27646b4cfef89a08bfe3430d4d0603eb0c0d05 (diff)
downloadFreeBSD-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/kern/kern_lockf.c')
-rw-r--r--sys/kern/kern_lockf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
index 9b764e4..06fdb92 100644
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -34,9 +34,11 @@
* SUCH DAMAGE.
*
* @(#)ufs_lockf.c 8.3 (Berkeley) 1/6/94
- * $Id: kern_lockf.c,v 1.16 1997/10/12 20:23:49 phk Exp $
+ * $Id: kern_lockf.c,v 1.17 1997/12/05 19:55:38 bde Exp $
*/
+#include "opt_debug_lockf.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>
OpenPOWER on IntegriCloud