Hi,
That's commited, thanks for the tedious work!
Just a few remarks.
First, the position of #include . Please have it consistent
:) In CVS, in committed before other #includes, but after #include
.
Then, the ChangeLog. You should mention each function actually, so that
people looking for "th
OK, I limited my clean up patch to just the implicit declaration warnings
for memset/memcpy and replaced all bzero/bcopy calls with memset/memcpy.
* include/string.h New file
* ipc/ipc_entry.c Include string.h for memset
* ipc/ipc_space.c Likewise
* device/kmsg.c Likewise
* kern/boot_script