summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/socketvar.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/socketvar.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/socketvar.h')
-rw-r--r--freebsd/sys/socketvar.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/freebsd/sys/socketvar.h b/freebsd/sys/socketvar.h
index 17ff0901..6eeec9b6 100644
--- a/freebsd/sys/socketvar.h
+++ b/freebsd/sys/socketvar.h
@@ -34,15 +34,15 @@
#ifndef _SYS_SOCKETVAR_HH_
#define _SYS_SOCKETVAR_HH_
-#include <rtems/freebsd/sys/queue.h> /* for TAILQ macros */
-#include <rtems/freebsd/sys/selinfo.h> /* for struct selinfo */
-#include <rtems/freebsd/sys/_lock.h>
-#include <rtems/freebsd/sys/_mutex.h>
-#include <rtems/freebsd/sys/_sx.h>
-#include <rtems/freebsd/sys/sockbuf.h>
-#include <rtems/freebsd/sys/sockstate.h>
+#include <freebsd/sys/queue.h> /* for TAILQ macros */
+#include <freebsd/sys/selinfo.h> /* for struct selinfo */
+#include <freebsd/sys/_lock.h>
+#include <freebsd/sys/_mutex.h>
+#include <freebsd/sys/_sx.h>
+#include <freebsd/sys/sockbuf.h>
+#include <freebsd/sys/sockstate.h>
#ifdef _KERNEL
-#include <rtems/freebsd/sys/sockopt.h>
+#include <freebsd/sys/sockopt.h>
#endif
struct vnet;