diff options
-rw-r--r-- | serverboot/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index f1a1b7a3..9c83ebe1 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,9 @@ +1999-11-16 Roland McGrath <roland@baalperazim.frob.com> + + * ffs_file_io.c (ffs_open_file): Use memmove instead of ovbcopy. + * ext2_file_io.c (ext2_open_file): Likewise. + * strfcns.c (ovbcopy): Function removed. + 1999-11-08 Roland McGrath <roland@baalperazim.frob.com> * bootstrap.c (main): Further spruce up prompting and error reporting |