cast address pointer to void * for bug 1337
bk: 4ad2a5186WWtXIG58oFopcB-gNkPcg
+* [Bug 1337] cast address pointer to void *
* [Bug 1337] fix incorrect args to setsockopt(fd, IP_MULTICAST_IF,...)
(4.2.5p231-RC) 2009/10/10 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1335] Broadcast client degraded by wildcard default change.
case AF_INET:
if (setsockopt(iface->fd, IPPROTO_IP, IP_MULTICAST_IF,
- &NSRCADR(&iface->sin),
+ (void *)&NSRCADR(&iface->sin),
sizeof(NSRCADR(&iface->sin)))) {
msyslog(LOG_ERR,