summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/linker.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/linker.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/linker.h')
-rw-r--r--freebsd/sys/linker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/linker.h b/freebsd/sys/linker.h
index f68550b1..449fa1ec 100644
--- a/freebsd/sys/linker.h
+++ b/freebsd/sys/linker.h
@@ -31,8 +31,8 @@
#ifdef _KERNEL
-#include <rtems/freebsd/machine/elf.h>
-#include <rtems/freebsd/sys/kobj.h>
+#include <freebsd/machine/elf.h>
+#include <freebsd/sys/kobj.h>
#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_LINKER);
@@ -331,7 +331,7 @@ struct kld_sym_lookup {
#ifndef _KERNEL
-#include <rtems/freebsd/sys/cdefs.h>
+#include <freebsd/sys/cdefs.h>
__BEGIN_DECLS
int kldload(const char* _file);