diff options
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r-- | networking/libiproute/libnetlink.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index ec52cff73..c7e17e1dd 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c | |||
@@ -121,10 +121,10 @@ int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) | |||
121 | } | 121 | } |
122 | 122 | ||
123 | int rtnl_dump_filter(struct rtnl_handle *rth, | 123 | int rtnl_dump_filter(struct rtnl_handle *rth, |
124 | int (*filter)(struct sockaddr_nl *, struct nlmsghdr *n, void *), | 124 | int (*filter)(struct sockaddr_nl *, struct nlmsghdr *n, void *), |
125 | void *arg1, | 125 | void *arg1, |
126 | int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | 126 | int (*junk)(struct sockaddr_nl *, struct nlmsghdr *n, void *), |
127 | void *arg2) | 127 | void *arg2) |
128 | { | 128 | { |
129 | char buf[8192]; | 129 | char buf[8192]; |
130 | struct sockaddr_nl nladdr; | 130 | struct sockaddr_nl nladdr; |