CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/06 12:30:52
Modified files:
sbin/dhclient : bpf.c clparse.c conflex.c dhclient.c dhcpd.h
dispatch.c errwarn.c kroute.c options.c
packet.c parse.c privsep.c privsep.h tables.c
Log message:
Eliminate #include inside *.h files and include only needed headers in
each *.c file.
Inspired by mention of header silliness by Edgar Pettijohn and mmcc@
on tech@.
