Switch bootpc_adjust_interface() from returning int to void. Its one caller
authorian <ian@FreeBSD.org>
Sun, 27 Mar 2016 22:36:32 +0000 (22:36 +0000)
committerian <ian@FreeBSD.org>
Sun, 27 Mar 2016 22:36:32 +0000 (22:36 +0000)
commita8dc6bab34e87f6630e6eccc9402628480b6a5a4
tree2e291518339b6380a4abf345eec42e59541bfcd3
parent98d4fdf9925d2672ecbffc3bd68da169deee158c
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).
sys/nfs/bootp_subr.c