From 12506f7f180ee4323fcb7ca8e9d20a53388c59b9 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 22 Jan 2003 01:20:35 +0000 Subject: Fix a typo that broke it so busybox won't build git-svn-id: svn://busybox.net/trunk/busybox@6414 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/libiproute/ip_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index b355fe3b6..25e9c6c81 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h @@ -3,7 +3,7 @@ extern char * _SL_; extern void ip_parse_common_args(int *argcp, char ***argvp); extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); -extern int ipaddr_list_or flush(int argc, char **argv, int flush); +extern int ipaddr_list_or_flush(int argc, char **argv, int flush); extern int iproute_monitor(int argc, char **argv); extern void iplink_usage(void) __attribute__((noreturn)); extern void ipneigh_reset_filter(void); -- cgit v1.2.3-55-g6feb