Re: patch: oskit-mach: bcopy, bzero ...

2002-03-05 Thread Roland McGrath
I am not going to put in cosmetic changes to the common Mach code now. Sorry if you got the impression my intent was otherwise. I don't want to introduce more divergence between the gnumach mainline and the oskit-branch (i.e. changes to files that exist in both) without good reason. Most of your

patch: oskit-mach: bcopy, bzero ...

2002-03-04 Thread Michael Teichgraeber
This patch removes warnings about implicit definitions of bzero and bcopy by including . (At some other places already (Glibc-) has been included, but this could perhaps be a problem if e.g. size_t were not the same as oskit_size_t, since oskit-mach is linked against liboskit_c, not libc). If yo