Page MenuHomeFreeBSD

Fix compilation error for install.c in loader
ClosedPublic

Authored by stevek on Jul 30 2020, 9:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 9:34 PM
Unknown Object (File)
Wed, Dec 4, 9:34 PM
Unknown Object (File)
Wed, Dec 4, 9:34 PM
Unknown Object (File)
Wed, Dec 4, 9:10 PM
Unknown Object (File)
Oct 22 2024, 1:10 PM
Unknown Object (File)
Oct 4 2024, 2:24 PM
Unknown Object (File)
Sep 24 2024, 2:48 PM
Unknown Object (File)
Sep 24 2024, 2:48 PM
Subscribers
None

Details

Summary

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.

Test Plan

Built and tested with ublbr on ARM based platform.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32665
Build 30117: arc lint + arc unit

Event Timeline

stevek created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Jul 31 2020, 4:08 PM
This revision was automatically updated to reflect the committed changes.