]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix regression with lua import
authorimp <imp@FreeBSD.org>
Mon, 11 Dec 2017 16:18:05 +0000 (16:18 +0000)
committerimp <imp@FreeBSD.org>
Mon, 11 Dec 2017 16:18:05 +0000 (16:18 +0000)
commitb8955e64b9ae77ea57708dfa11c852ba6fb0291c
treec61dc2d39480a272fac36c6db317e3f1b3b2409d
parentce0c071810306b7e34cb1b9879006e6a9657fc6a
Fix regression with lua import

Don't print when we can't find a file. Copy it instead to the error
buffer. Higher level routines determine if it's appropriate to print
the error message.

Also, remove dead code (labeled bogusly lost functionality) since we
never used that functionality. Remove unused arg from interact() too.

Sponsored by: Netflix
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/userboot/userboot/main.c