CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/27 11:01:28
Modified files:
sbin/dhclient : convert.c dhcpd.h options.c
Log message:
Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy();
ntoh[ls]()) obscure rather than simplify things. Especially when
they are used only once. Just use the expansion.
