Re: New clean-up patch for gnumach

2008-07-15 Thread Samuel Thibault
Samuel Thibault, le Wed 16 Jul 2008 00:21:42 +0100, a écrit : > You forgot to include the hook that adds chario.h ;) Same for mach_port.h Samuel

Re: New clean-up patch for gnumach

2008-07-15 Thread olafBuddenhagen
Hi, On Tue, Jul 15, 2008 at 12:27:02PM -0400, Barry deFreese wrote: > Here is a patch to fix several "implicit declaration of function" > warnings. > +extern void cninit(); If a function does not take any parameters, I think it's better to always state it explicitely in the prototype, i.e.

Re: New clean-up patch for gnumach

2008-07-15 Thread Samuel Thibault
Samuel Thibault, le Wed 16 Jul 2008 00:21:42 +0100, a écrit : > You forgot to include the hook that adds chario.h ;) Same for model_dep.h Samuel

Re: New clean-up patch for gnumach

2008-07-15 Thread Samuel Thibault
Hello, You forgot to include the hook that adds chario.h ;) Samuel

New clean-up patch for gnumach

2008-07-15 Thread Barry deFreese
Hi folks, I've been lazy and useless for months now so I thought I'd do some more gnumach clean-up. Here is a patch to fix several "implicit declaration of function" warnings. Let me know what you think. Thanks, Barry gnumach_cleanup7.diff.gz Description: GNU Zip compressed data