summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lockf.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-23 13:21:17 +0000
committerache <ache@FreeBSD.org>2001-08-23 13:21:17 +0000
commita5d8e8c95751fe95b2ae977bf39d812db7a7ff97 (patch)
tree6126c2677bd3b880d8a383328648b8a6876bc402 /sys/kern/kern_lockf.c
parent428194d97d283c1a8d5ebe8ab066339b67e211eb (diff)
downloadFreeBSD-src-a5d8e8c95751fe95b2ae977bf39d812db7a7ff97.zip
FreeBSD-src-a5d8e8c95751fe95b2ae977bf39d812db7a7ff97.tar.gz
Move <machine/*> after <sys/*>
Pointed by: bde
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 b93b541..8662b1b 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.
OpenPOWER on IntegriCloud