diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-11 14:46:43 -0500 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-11 14:54:06 -0500 |
commit | 48011c24d769adfd16d4538d88cfd1f4ba54d7b0 (patch) | |
tree | 5894de1827fdf6016912ea7a26c85aa0b1a2f3e6 /man7/netlink.7 | |
parent | bfc40b3d7144bab24c66ca31863f10a8834c0ce8 (diff) |
netlink.7: wsfix
Diffstat (limited to 'man7/netlink.7')
-rw-r--r-- | man7/netlink.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7 index b2f76c23..f1e07451 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -388,7 +388,7 @@ snl.nl_family = AF_NETLINK; snl.nl_groups = RTMGRP_LINK | RTMGRP_IPV4_IFADDR; fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); -bind(fd, (struct sockaddr*)&sa, sizeof(sa)); +bind(fd, (struct sockaddr *) &sa, sizeof(sa)); .fi .in |