CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/17 03:59:30
Modified files:
sbin/dhclient : bpf.c dhclient.c dhcpd.h packet.c
Log message:
Eliminate a couple of always-NULL parameters. Eliminate some
pointless repetition of well-known info in log messages. Pass
around smaller bits of info. Make 'inaddr_any' a const struct
initialized with { INADDR_ANY }.
Tweaks and ok guenther@
