diff options
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r-- | networking/libiproute/libnetlink.c | 2 |
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) | |||
30 | 30 | ||
31 | int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) | 31 | int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) |
32 | { | 32 | { |
33 | int addr_len; | 33 | socklen_t addr_len; |
34 | 34 | ||
35 | memset(rth, 0, sizeof(rth)); | 35 | memset(rth, 0, sizeof(rth)); |
36 | 36 | ||