Move <machine/*> after <sys/*>
Pointed by: bde
This commit is contained in:
parent
4b207d9868
commit
b44af710d3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user