Get the order of the sys/_lock.h and sys/_mutex.h headers right.

This commit is contained in:
John Baldwin 2001-08-06 14:25:35 +00:00
parent bcc92693d4
commit bcbde237d3

View File

@ -45,8 +45,8 @@
#include <sys/resource.h>
#include <sys/ucred.h>
#include <sys/uio.h>
#include <sys/_mutex.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/proc.h>
#include <vm/vm.h> /* XXX */
#include <vm/vm_param.h> /* XXX */