summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-17 04:48:30 +0000
committerRoland McGrath <roland@gnu.org>2001-08-17 04:48:30 +0000
commitdee983681855f5615f32a99b2319bdfc91bac2b5 (patch)
tree9fc693c792fc564642c99724669de4866f2e4194 /serverboot
parented04b038e834eeee56a28d27789649dffe72b2b2 (diff)
.
Diffstat (limited to 'serverboot')
-rw-r--r--serverboot/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index 03ef843d..75a1feed 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-16 Roland McGrath <roland@frob.com>
+
+ * Makefile (OBJS): Add userland-boot.o here.
+ Add a vpath to find userland-boot.c in boot/ too.
+ * bootstrap.c (parse_script): Pass new arg to boot_script_parse_line.
+ * load.c: Include <stddef.h> before "boot_script.h".
+
2001-07-20 Roland McGrath <roland@frob.com>
* panic.c: Fix obsolescent #endif syntax.