Add include of sys/mutex.h and resort include of sys/lock.h.

This commit is contained in:
John Baldwin 2001-05-09 16:56:48 +00:00
parent d90b453427
commit 28a24ae515
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76411

View File

@ -66,6 +66,8 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/ptrace.h>
#include <sys/vnode.h>
@ -74,7 +76,6 @@
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>
#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>