CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/08 14:38:31
Modified files:
sbin/dhclient : clparse.c dhclient.c dhcpd.h options.c Makefile
Log message:
Fold tables.c into options.c and stop exporting the one
table (dhcp_options) involved. Provide functions
code_to_name(), name_to_code(), code_to_format() and
replace direct access to dhcp_options with them. Eliminate
unneeded 'struct option'.
Unhook tables.c from Makefile.
