diff options
author | mux <mux@FreeBSD.org> | 2002-09-14 14:44:41 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-09-14 14:44:41 +0000 |
commit | fefd97fe38abea1c950b82ff8fc255c9fa7f08c0 (patch) | |
tree | c219c0fc84435b470cd7cd86481ef3df80e08dcc /sys/kern/kern_lockf.c | |
parent | 208c1cb7671941b62b6619e3c48279948e4f12a4 (diff) | |
download | FreeBSD-src-fefd97fe38abea1c950b82ff8fc255c9fa7f08c0.zip FreeBSD-src-fefd97fe38abea1c950b82ff8fc255c9fa7f08c0.tar.gz |
Remove a conditional #include <sys/kernel.h>, it is already
included unconditionally before.
Submitted by: Olivier Houchard <cognet@ci0.org>
Diffstat (limited to 'sys/kern/kern_lockf.c')
-rw-r--r-- | sys/kern/kern_lockf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index 5165954..abacc06 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -61,7 +61,6 @@ static int maxlockdepth = MAXDEPTH; #ifdef LOCKF_DEBUG -#include <sys/kernel.h> #include <sys/sysctl.h> #include <ufs/ufs/quota.h> |