]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix small bug in wrapping introduced in r325955.
authorimp <imp@FreeBSD.org>
Sat, 17 Aug 2019 02:36:42 +0000 (02:36 +0000)
committerimp <imp@FreeBSD.org>
Sat, 17 Aug 2019 02:36:42 +0000 (02:36 +0000)
commitdd558ff56da211e0883d59171f8b298262e7939d
tree6ee29884120c9473c8ab0b6009b34b3b84be2301
parent623e41ec006bf91a504379b1f4f30eecd5e8f67c
Fix small bug in wrapping introduced in r325955.

When local support was fixed, it introduced a minor bug in formatting. We don't
increment the lpos by enouogh, so lines are a little too long. Adjust to be
correct now with variable length srcprefix.
usr.sbin/config/mkmakefile.c