projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6393d69
)
Fix a typo that broke it so busybox won't build
author
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Jan 2003 01:20:35 +0000
(
01:20
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Jan 2003 01:20:35 +0000
(
01:20
-0000)
networking/libiproute/ip_common.h
patch
|
blob
|
history
diff --git
a/networking/libiproute/ip_common.h
b/networking/libiproute/ip_common.h
index b355fe3b6daf6bd55fe7efa2a9f61d0396683328..25e9c6c8166eba8160e111c433404aa3f62f2f36 100644
(file)
--- 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);