summaryrefslogtreecommitdiff
path: root/sys/kern/kern_lockf.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-23 13:21:17 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-23 13:21:17 +0000
commitb44af710d3ff87f4f8a000e46c62d54aa24acd66 (patch)
tree6126c2677bd3b880d8a383328648b8a6876bc402 /sys/kern/kern_lockf.c
parent4b207d98680d5f213462ac17c708d66d707f6562 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_lockf.c')
-rw-r--r--sys/kern/kern_lockf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
index b93b541a8826..8662b1ba52e8 100644
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -39,7 +39,6 @@
#include "opt_debug_lockf.h"
-#include <machine/limits.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -50,9 +49,10 @@
#include <sys/vnode.h>
#include <sys/malloc.h>
#include <sys/fcntl.h>
-
#include <sys/lockf.h>
+#include <machine/limits.h>
+
/*
* This variable controls the maximum number of processes that will
* be checked in doing deadlock detection.