summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 15:54:05 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 15:54:05 -0600
commitb55081acae9f808116f6f05585d8fd0cde2191df (patch)
treee4a9dfc16c4aaf51cbc9c1b4f9d64ec936f92dc1 /Changes
parentfreebsd-to-rtems.py - Only copy if new version of file is different (diff)
downloadrtems-libbsd-b55081acae9f808116f6f05585d8fd0cde2191df.tar.bz2
kern/kern_subr.c added for hashinit
More undefined symbols resulted.
Diffstat (limited to '')
-rw-r--r--Changes15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changes b/Changes
index 93ced5dd..4203902e 100644
--- a/Changes
+++ b/Changes
@@ -13,3 +13,18 @@
- Added argument for destination directory
- Support config.inc
- Fix for loop line too long on install stanza
+
++ kern_subr.c
+ - had to add #include <sys/uio.h>
+
++ RTEMS does not have
+ - any thread td_ structure elements
+ - sys/mutex.h - stubbed thread_lock and friends
+
++ Include Files to ifdef include out
+ #include <sys/vnode.h>
+ #include <vm/vm.h>
+ #include <vm/vm_extern.h>
+ #include <vm/vm_kern.h>
+ #include <vm/vm_page.h>
+