Change bcopy, bzero to memmove, memset.

This commit is contained in:
gord 1999-03-27 23:35:37 +00:00
parent 8a1b524d47
commit 08ca05f500
11 changed files with 84 additions and 72 deletions

View file

@ -1,5 +1,11 @@
1999-03-27 Gordon Matzigkeit <gord@trick.fig.org>
* Change everything to use memset and memmove instead of bzero and
bcopy. GNB's Not BSD.
* shared_src/shared.h (grub_memset): Adapted from grub_bzero.
(grub_memmove): Adapted from grub_bcopy.
* grub/asmstub.c (checkkey): Fix unterminated comment.
* shared_src/char_io.c (grub_printf): Renamed from printf.