svn commit: trunk/busybox/networking/libiproute

aldot at busybox.net aldot at busybox.net
Tue Jan 23 01:27:18 UTC 2007


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


Modified:
   trunk/busybox/networking/libiproute/iprule.c


Changeset:
Modified: trunk/busybox/networking/libiproute/iprule.c
===================================================================
--- trunk/busybox/networking/libiproute/iprule.c	2007-01-22 23:52:06 UTC (rev 17483)
+++ trunk/busybox/networking/libiproute/iprule.c	2007-01-23 01:27:17 UTC (rev 17484)
@@ -256,7 +256,7 @@
 			addattr32(&req.n, sizeof(req), RTA_FLOW, realm);
 		} else if (matches(*argv, "table") == 0 ||
 			   strcmp(*argv, "lookup") == 0) {
-			int tid;
+			unsigned int tid;
 			NEXT_ARG();
 			if (rtnl_rttable_a2n(&tid, *argv))
 				invarg("table ID", *argv);




More information about the busybox-cvs mailing list