summaryrefslogtreecommitdiff
path: root/usr/src/cmd/localedef/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/localedef/numeric.c')
-rw-r--r--usr/src/cmd/localedef/numeric.c3
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)