Re: Gnumach clean part 1 redo

2006-11-05 Thread Samuel Thibault
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

Gnumach clean part 1 redo

2006-11-05 Thread Barry deFreese
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