]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix WITHOUT_ICONV build
authorse <se@FreeBSD.org>
Sun, 13 Dec 2020 09:38:50 +0000 (09:38 +0000)
committerse <se@FreeBSD.org>
Sun, 13 Dec 2020 09:38:50 +0000 (09:38 +0000)
commite8057a638eef3c678a16e64648f7b9027a380bde
tree9d5ce6526071b748da9f9dfc5df821e3e7f59960
parent6dfd396884dcf9df3adc152b89f27db2377f220d
Fix WITHOUT_ICONV build

There was an unprotected use of nl_langinfo() to determine the order of
day vs. month in the generated output.

When building without ICONV support, the order will be: month, day.
usr.bin/calendar/events.c