summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-01-13 21:37:49 +0000
committeralfred <alfred@FreeBSD.org>2002-01-13 21:37:49 +0000
commit5e2f4cf200203b968666acb6979aaccf7d62bbf5 (patch)
tree6c0138650247c4667d104eeda26a13d70947bdb2 /sys/fs/portalfs
parent2624e483f082b443613da8ffb57521327188691e (diff)
downloadFreeBSD-src-5e2f4cf200203b968666acb6979aaccf7d62bbf5.zip
FreeBSD-src-5e2f4cf200203b968666acb6979aaccf7d62bbf5.tar.gz
Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.
Requested by: jhb
Diffstat (limited to 'sys/fs/portalfs')
-rw-r--r--sys/fs/portalfs/portal_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c
index bc71fa5..caf9b6d 100644
--- a/sys/fs/portalfs/portal_vfsops.c
+++ b/sys/fs/portalfs/portal_vfsops.c
@@ -48,6 +48,7 @@
#include <sys/filedesc.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/mutex.h>
#include <sys/malloc.h>
#include <sys/file.h> /* Must come after sys/malloc.h */
#include <sys/mount.h>
OpenPOWER on IntegriCloud