K 10 svn:author V 3 ian K 8 svn:date V 27 2016-03-27T22:36:32.728484Z K 7 svn:log V 278 Switch bootpc_adjust_interface() from returning int to void. Its one caller doesn't check for errors, and all the errors that can happen result in it calling panic anyway, except for one that's really more of a warning (and is going to disappear on an upcoming commit anyway). END