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