summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/mount.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/sys/mount.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to 'freebsd/sys/mount.h')
-rw-r--r--freebsd/sys/mount.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/freebsd/sys/mount.h b/freebsd/sys/mount.h
index a3fc6717..9ec6915d 100644
--- a/freebsd/sys/mount.h
+++ b/freebsd/sys/mount.h
@@ -33,12 +33,12 @@
#ifndef _SYS_MOUNT_HH_
#define _SYS_MOUNT_HH_
-#include <rtems/freebsd/sys/ucred.h>
-#include <rtems/freebsd/sys/queue.h>
+#include <freebsd/sys/ucred.h>
+#include <freebsd/sys/queue.h>
#ifdef _KERNEL
-#include <rtems/freebsd/sys/lock.h>
-#include <rtems/freebsd/sys/lockmgr.h>
-#include <rtems/freebsd/sys/_mutex.h>
+#include <freebsd/sys/lock.h>
+#include <freebsd/sys/lockmgr.h>
+#include <freebsd/sys/_mutex.h>
#endif
/*
@@ -663,7 +663,7 @@ vfs_statfs_t __vfs_statfs;
VN_KNOTE((vp), (hint), 0); \
} while (0)
-#include <rtems/freebsd/sys/module.h>
+#include <freebsd/sys/module.h>
/*
* Version numbers.
@@ -771,7 +771,7 @@ vfs_sysctl_t vfs_stdsysctl;
#else /* !_KERNEL */
-#include <rtems/freebsd/sys/cdefs.h>
+#include <freebsd/sys/cdefs.h>
struct stat;