aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-05-21 23:19:50 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-05-21 23:19:50 +0000
commit2178ff8b9fb79579b08c9a21046967b61138ba27 (patch)
tree06edee0d289ece8194a930166dcdf6e5b8959bc8 /sys/fs
parent38f612a1e6b92934d598a9be3b6625e502ea714f (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/unionfs/union_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c
index 3ac98bf508bb..ce38e2d3fc3a 100644
--- a/sys/fs/unionfs/union_subr.c
+++ b/sys/fs/unionfs/union_subr.c
@@ -45,10 +45,10 @@
#include <sys/filedesc.h>
#include <sys/kernel.h>
#include <sys/lock.h>
-#include <sys/mutex.h>
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/mount.h>
+#include <sys/mutex.h>
#include <sys/namei.h>
#include <sys/stat.h>
#include <sys/vnode.h>