summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/jail.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/jail.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 '')
-rw-r--r--freebsd/sys/jail.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/freebsd/sys/jail.h b/freebsd/sys/jail.h
index af690132..f501c0b2 100644
--- a/freebsd/sys/jail.h
+++ b/freebsd/sys/jail.h
@@ -116,11 +116,11 @@ int jail_remove(int);
#else /* _KERNEL */
-#include <rtems/freebsd/sys/queue.h>
-#include <rtems/freebsd/sys/sysctl.h>
-#include <rtems/freebsd/sys/lock.h>
-#include <rtems/freebsd/sys/mutex.h>
-#include <rtems/freebsd/sys/_task.h>
+#include <freebsd/sys/queue.h>
+#include <freebsd/sys/sysctl.h>
+#include <freebsd/sys/lock.h>
+#include <freebsd/sys/mutex.h>
+#include <freebsd/sys/_task.h>
#define JAIL_MAX 999999
@@ -131,7 +131,7 @@ MALLOC_DECLARE(M_PRISON);
#if defined(_KERNEL) || defined(_WANT_PRISON)
-#include <rtems/freebsd/sys/osd.h>
+#include <freebsd/sys/osd.h>
#define HOSTUUIDLEN 64