svn commit: trunk/busybox/networking

Mike Frysinger vapier at gentoo.org
Fri May 12 04:23:53 UTC 2006


On Thursday 11 May 2006 03:34, Bernhard Fischer wrote:
> On Wed, May 10, 2006 at 07:36:53PM -0700, vapier at busybox.net wrote:
> >--- trunk/busybox/networking/route.c
> >+void displayroutes(int noresolve, int netstatfmt);
> > void displayroutes(int noresolve, int netstatfmt)
>
> This is also papering over a bug.

so feel to fix it properly

> Make it static and remove the prototype

wrong, it isnt the only file using it

> move it into a commonly useable place

i was going to move it to inet_common.h but that header seems to only be for 
INET_* funcs

in this case, only route.c/netstat.c uses this function
-mike



More information about the busybox mailing list