CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/27 08:17:01
Modified files:
sbin/dhclient : options.c
Log message:
htonl(ntohl(memcpy'd buf)) seems like the long way around to copy
an IPv4 address. Just memcpy() it.
CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/27 08:17:01
Modified files:
sbin/dhclient : options.c
Log message:
htonl(ntohl(memcpy'd buf)) seems like the long way around to copy
an IPv4 address. Just memcpy() it.