]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix WITHOUT_ICONV build
authorStefan Eßer <se@FreeBSD.org>
Sun, 13 Dec 2020 09:38:50 +0000 (09:38 +0000)
committerStefan Eßer <se@FreeBSD.org>
Sun, 13 Dec 2020 09:38:50 +0000 (09:38 +0000)
commitc6e0073a42fff96c559f712897e837120704247f
tree9d5ce6526071b748da9f9dfc5df821e3e7f59960
parentab5711797d0b0beede72e87aab3cc88fc8b5f2de
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