diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
commit | 921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d (patch) | |
tree | f6b5be4741c2856fa0d0f0fa148ee4d0a1fecbaa /networking/libiproute/ipaddress.c | |
parent | 04b30ba3b88c721b81194cae9cb439ddba4712db (diff) | |
download | busybox-w32-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.tar.gz busybox-w32-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.tar.bz2 busybox-w32-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.zip |
- add 'ip rule' support. First take..
text data bss dec hex filename
2999 0 0 2999 bb7 networking/libiproute/iprule.o
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index fc6cf7beb..42cf629c6 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -99,7 +99,7 @@ static void print_queuelen(char *name) | |||
99 | } | 99 | } |
100 | 100 | ||
101 | static int print_linkinfo(struct sockaddr_nl ATTRIBUTE_UNUSED *who, | 101 | static int print_linkinfo(struct sockaddr_nl ATTRIBUTE_UNUSED *who, |
102 | struct nlmsghdr *n, void ATTRIBUTE_UNUSED *arg) | 102 | const struct nlmsghdr *n, void ATTRIBUTE_UNUSED *arg) |
103 | { | 103 | { |
104 | FILE *fp = (FILE*)arg; | 104 | FILE *fp = (FILE*)arg; |
105 | struct ifinfomsg *ifi = NLMSG_DATA(n); | 105 | struct ifinfomsg *ifi = NLMSG_DATA(n); |