CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/28 09:23:19
Modified files:
sbin/dhclient : dhcpd.h kroute.c
Log message:
resolv_conf_priority() is a function local to kroute.c, no
need to expose its definition in dhcpd.h. While here change
the parameter from struct interface_info to int and just pass
the only field used (rdomain).
