Add the missing space between .asciz directive and opening quote for some lines within #ifdef BTXLDR_VERBOSE/#endif
Details
BTXLDR_VERBOSE was being used to track down some issues with ISO image based
installer at Juniper and the compilation failed without the change. Everything
worked much better after adding the requisite space.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4754 Build 4808: arc lint + arc unit
Event Timeline
Huh, I've definitely used BTXLDR_VERBOSE in the past, but probably in the 4.x/5.0-CURRENT days with older binutils.