summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/lockmgr.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/lockmgr.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/lockmgr.h')
-rw-r--r--freebsd/sys/lockmgr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/freebsd/sys/lockmgr.h b/freebsd/sys/lockmgr.h
index a58e963f..2020eb83 100644
--- a/freebsd/sys/lockmgr.h
+++ b/freebsd/sys/lockmgr.h
@@ -31,10 +31,10 @@
#ifndef _SYS_LOCKMGR_HH_
#define _SYS_LOCKMGR_HH_
-#include <rtems/freebsd/sys/_lock.h>
-#include <rtems/freebsd/sys/_lockmgr.h>
-#include <rtems/freebsd/sys/_mutex.h>
-#include <rtems/freebsd/sys/_rwlock.h>
+#include <freebsd/sys/_lock.h>
+#include <freebsd/sys/_lockmgr.h>
+#include <freebsd/sys/_mutex.h>
+#include <freebsd/sys/_rwlock.h>
#define LK_SHARE 0x01
#define LK_SHARED_WAITERS 0x02