Change bcopy, bzero to memmove, memset.
This commit is contained in:
parent
8a1b524d47
commit
08ca05f500
11 changed files with 84 additions and 72 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue