Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/lib/libc/locale/lmonetary.c 101470 2002-08-07 16:45:23Z ache $");
---
> __FBSDID("$FreeBSD: head/lib/libc/locale/lmonetary.c 101498 2002-08-08 05:51:54Z ache $");
66c66
< cnv(const char *str)
---
> cnv(const char *str)
80d79
< __mlocale_changed = 1;
85c84,86
< if (ret == 0 && _monetary_using_locale) {
---
> if (ret != _LDP_ERROR)
> __mlocale_changed = 1;
> if (ret == _LDP_LOADED) {
105c106
< __get_current_monetary_locale(void)
---
> __get_current_monetary_locale(void)