Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>

*** 8,17 **** --- 8,18 ---- * source. A copy of the CDDL is also available via the Internet at * http://www.illumos.org/license/CDDL. */ /* + * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. */ /* * LC_MONETARY database generation routines for localedef.
*** 25,35 **** #include <unistd.h> #include "localedef.h" #include "parser.tab.h" #include "lmonetary.h" ! static struct lc_monetary_T mon; void init_monetary(void) { (void) memset(&mon, 0, sizeof (mon)); --- 26,36 ---- #include <unistd.h> #include "localedef.h" #include "parser.tab.h" #include "lmonetary.h" ! static struct lc_monetary mon; void init_monetary(void) { (void) memset(&mon, 0, sizeof (mon));