Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysmacros.h>
#include <sys/systm.h>
#include <sys/debug.h>
--- 22,31 ----
*** 1594,1605 ****
&kiconv_ja_info
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modlkiconv_ja,
! NULL
};
int
_init(void)
{
--- 1592,1602 ----
&kiconv_ja_info
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modlkiconv_ja, NULL }
};
int
_init(void)
{