summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-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>
+