CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/09/27 09:14:52

Modified files:
        usr.sbin/config: mkioconf.c ukc.c ukc.h ukcutil.c 

Log message:
config -e's adds new devices to an extra locator array, which is accounted
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg

Reply via email to