diff options
Diffstat (limited to 'sys/kern/kern_lockf.c')
-rw-r--r-- | sys/kern/kern_lockf.c | 4 |
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> |