netlink.7: wsfix

This commit is contained in:
Michael Kerrisk 2008-11-11 14:46:43 -05:00
parent bfc40b3d71
commit 48011c24d7
1 changed files with 1 additions and 1 deletions

View File

@ -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