]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix compilation error for install.c in loader
authorStephen J. Kiernan <stevek@FreeBSD.org>
Fri, 31 Jul 2020 16:08:25 +0000 (16:08 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:59 +0000 (20:15 -0500)
commitc494a0c50da9cdbbbb178aee222ec8e21213e545
tree3ca28836cd35de6047bafa7f30d1124e2f11e3ac
parent06d16b8e9ba9f1ad0540c54402485081e0dbf93e
Fix compilation error for install.c in loader

Fix typo in interp_include() invocation (missing 'p')
Remove setting tftpip, as servip is used by the tftp code in libsa. There
is no separate tftpip global variable any more.

(cherry picked from commit fafe230db0cd8d96ac5f3f74643e0c71e949d623)
stand/common/install.c