svn commit: trunk/busybox/networking/libiproute
aldot at busybox.net
aldot at busybox.net
Mon Jan 22 09:42:38 PST 2007
Author: aldot
Date: 2007-01-22 09:42:37 -0800 (Mon, 22 Jan 2007)
New Revision: 17466
Log:
- forgot to include ip_common.h
Modified:
trunk/busybox/networking/libiproute/iprule.c
Changeset:
Modified: trunk/busybox/networking/libiproute/iprule.c
===================================================================
--- trunk/busybox/networking/libiproute/iprule.c 2007-01-22 17:12:56 UTC (rev 17465)
+++ trunk/busybox/networking/libiproute/iprule.c 2007-01-22 17:42:37 UTC (rev 17466)
@@ -24,6 +24,7 @@
#include "rt_names.h"
#include "utils.h"
+#include "ip_common.h"
/*
static void usage(void) __attribute__((noreturn));
@@ -158,7 +159,7 @@
return 0;
}
-int iprule_list(int argc, char **argv)
+static int iprule_list(int argc, char **argv)
{
struct rtnl_handle rth;
int af = preferred_family;
@@ -188,7 +189,7 @@
}
-int iprule_modify(int cmd, int argc, char **argv)
+static int iprule_modify(int cmd, int argc, char **argv)
{
int table_ok = 0;
struct rtnl_handle rth;
More information about the busybox-cvs
mailing list