On Wednesday 05 March 2008 17:57, Joe Krahn wrote: > In findutils/find.c, the 'static' keyword was dropped, for GCC 4.x > compatibility. The right keyword > is 'auto', which I have added here. On my 3.0 and 4.2.0 compilers, I still > get a no-prototype > warning even with the 'auto' keyword, so I also inserted a prototype just > before the actual > function. It looks a bit silly, but it seems to be what gcc wants. Here's a > diff:
Applied, thanks! -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
