svn commit: trunk/busybox/networking/libiproute

Denis Vlasenko vda.linux at googlemail.com
Tue Jan 23 20:58:59 UTC 2007


On Tuesday 23 January 2007 02:27, aldot at busybox.net wrote:
> Author: aldot
> Date: 2007-01-22 17:27:17 -0800 (Mon, 22 Jan 2007)
> New Revision: 17484
> 
> Log:
> - rtnl_rttable_a2n wants an unsigned int32

So...

>  			   strcmp(*argv, "lookup") == 0) {
> -			int tid;
> +			unsigned int tid;
>  			NEXT_ARG();
>  			if (rtnl_rttable_a2n(&tid, *argv))
>  				invarg("table ID", *argv);

Please make it uint32_t then. Thanks.
--
vda



More information about the busybox mailing list