CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/12/04 12:24:03
Modified files:
sbin/dhclient : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c
errwarn.c kroute.c privsep.c
Log message:
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
all occurances of %m with strerror(errno). And then nuking do_percentm()
and related buffer shuffling.
Also simplify parse_warn() so it takes a simple char * of the error,
and thus rely on pointing to error location in input for details.
Makes sense to beck@