aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 23:22:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 23:22:00 +0000
commit87468857f685863cd763ae361c2cb3be0ee53a68 (patch)
treea8fec29d731170b2a36b27d18e2d9720c970bf57 /networking/route.c
parentf7fcca4af7593218f2185e69715ab3ae16c6cf29 (diff)
downloadbusybox-87468857f685863cd763ae361c2cb3be0ee53a68.tar.gz
style fixes
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/route.c b/networking/route.c
index dfb8ee56f..da5969868 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -478,7 +478,7 @@ static void set_flags(char *flagstr, int flags)
void bb_displayroutes(int noresolve, int netstatfmt)
{
char devname[64], flags[16], sdest[16], sgw[16];
- unsigned long int d, g, m;
+ unsigned long d, g, m;
int flgs, ref, use, metric, mtu, win, ir;
struct sockaddr_in s_addr;
struct in_addr mask;