diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /networking/libiproute/libnetlink.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r-- | networking/libiproute/libnetlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 9390e56fb..861daef86 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c | |||
@@ -317,7 +317,7 @@ int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, | |||
317 | } | 317 | } |
318 | } | 318 | } |
319 | 319 | ||
320 | int rtnl_listen(struct rtnl_handle *rtnl, | 320 | int rtnl_listen(struct rtnl_handle *rtnl, |
321 | int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | 321 | int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *), |
322 | void *jarg) | 322 | void *jarg) |
323 | { | 323 | { |
@@ -389,7 +389,7 @@ int rtnl_listen(struct rtnl_handle *rtnl, | |||
389 | } | 389 | } |
390 | } | 390 | } |
391 | 391 | ||
392 | int rtnl_from_file(FILE *rtnl, | 392 | int rtnl_from_file(FILE *rtnl, |
393 | int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | 393 | int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *), |
394 | void *jarg) | 394 | void *jarg) |
395 | { | 395 | { |