diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-22 01:20:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-22 01:20:35 +0000 |
commit | d8fdf0c57d0062e60f3ae88cb69faadc5deed30f (patch) | |
tree | 97a1a1ac3745eb94254695b3e05edddc4ce1ca84 /networking | |
parent | 6393d69f76d363dacac58a492252b3e5f046e8d7 (diff) | |
download | busybox-d8fdf0c57d0062e60f3ae88cb69faadc5deed30f.tar.gz |
Fix a typo that broke it so busybox won't build
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/ip_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |