]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Interact is always called with NULL. Simplify code a little by
authorimp <imp@FreeBSD.org>
Tue, 19 Dec 2017 04:05:55 +0000 (04:05 +0000)
committerimp <imp@FreeBSD.org>
Tue, 19 Dec 2017 04:05:55 +0000 (04:05 +0000)
commit7f3384f4af6b181151e3ff81b3bf18a6ee305d7a
treec57718327f9882f9c2bbceb2c271426e8c304920
parent2976ca2efb128a46e70ef44a22f9be7836a31e63
Interact is always called with NULL. Simplify code a little by
removing this argument, and expanding when rc is NULL. This
effectively completes the back out of custom scripts for tftp booted
loaders from r269153 that was started in r292344 with the new path
tricks that obsoleted it.

Submitted by: Netflix
12 files changed:
stand/common/bootstrap.h
stand/common/interp.c
stand/common/interp_forth.c
stand/efi/loader/main.c
stand/i386/loader/main.c
stand/mips/beri/loader/main.c
stand/ofw/common/main.c
stand/powerpc/kboot/main.c
stand/powerpc/ps3/main.c
stand/sparc64/loader/main.c
stand/uboot/common/main.c
stand/userboot/userboot/main.c