diff options
Diffstat (limited to 'serverboot')
-rw-r--r-- | serverboot/ChangeLog | 7 |
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. |