On 19.09.2016 19:13, Conrad E. Meyer wrote:
> +     /*
> +      * Cache NLS data, for strerror, for err(3), before entering capability
> +      * mode.
> +      */
> +     (void)catopen("libc", NL_CAT_LOCALE);

This code should be common for all programs which use err(), perror()
etc. since they all should call setlocale() with LC_ALL. If they not do
it, they should be fixed in the same time.


_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to