CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/06 17:49:28
Modified files:
usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c dispatch.c errwarn.c
packet.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@.
