diff options
author | Garrett D'Amore <garrett@damore.org> | 2014-05-18 20:08:38 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2014-07-11 20:35:28 -0700 |
commit | 2d08521bd15501c8370ba2153b9cca4f094979d0 (patch) | |
tree | cd843bc37fe795bc7bbdd04b5b13b0310a2d6be1 /usr/src/cmd/localedef/numeric.c | |
parent | 961519c5bffd5ec670890fc3596d6c4ff1cefea0 (diff) | |
download | illumos-joyent-2d08521bd15501c8370ba2153b9cca4f094979d0.tar.gz |
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/localedef/numeric.c')
-rw-r--r-- | usr/src/cmd/localedef/numeric.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/localedef/numeric.c b/usr/src/cmd/localedef/numeric.c index 2a0892bb63..b6935bd21c 100644 --- a/usr/src/cmd/localedef/numeric.c +++ b/usr/src/cmd/localedef/numeric.c @@ -10,6 +10,7 @@ */ /* + * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright 2010 Nexenta Systems, Inc. All rights reserved. */ @@ -27,7 +28,7 @@ #include "parser.tab.h" #include "lnumeric.h" -static struct lc_numeric_T numeric; +static struct lc_numeric numeric; void init_numeric(void) |