CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/03 16:06:11
Modified files:
sbin/dhclient : bpf.c
Log message:
sizeof(struct sockaddr_in) != sizeof(struct in_addr).
Fix construction of the unicast UDP packets being sent
out via sendmsg(). Accidentally broken in r1.32 (5.6)
when types were juggled.
ok bluhm@
