aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-01-30 18:00:02 +0000
committerEric Andersen <andersen@codepoet.org>2006-01-30 18:00:02 +0000
commitd78aea8b8eb1da818c04929a2bddbed01a796c58 (patch)
tree601a057c6160d3474cd4c0d1f3ae6d6e5b5cab17 /networking/libiproute/libnetlink.c
parent4bf31272ff074e5383b61f43aa270b50908991f8 (diff)
downloadbusybox-d78aea8b8eb1da818c04929a2bddbed01a796c58.tar.gz
sort out yet more type issues
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r--networking/libiproute/libnetlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c
index 5545be8fe..efbb6f104 100644
--- a/networking/libiproute/libnetlink.c
+++ b/networking/libiproute/libnetlink.c
@@ -30,7 +30,7 @@ void rtnl_close(struct rtnl_handle *rth)
int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
{
- int addr_len;
+ socklen_t addr_len;
memset(rth, 0, sizeof(rth));