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_MESSAGES database generation routines for localedef.
*** 26,36 ****
#include <alloca.h>
#include "localedef.h"
#include "parser.tab.h"
#include "lmessages.h"
! static struct lc_messages_T msgs;
void
init_messages(void)
{
(void) memset(&msgs, 0, sizeof (msgs));
--- 27,37 ----
#include <alloca.h>
#include "localedef.h"
#include "parser.tab.h"
#include "lmessages.h"
! static struct lc_messages msgs;
void
init_messages(void)
{
(void) memset(&msgs, 0, sizeof (msgs));