Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 21,32 ****
/*
* 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>
--- 21,30 ----
*** 963,974 ****
&kiconv_sc_info
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modlkiconv_sc,
! NULL
};
int
_init(void)
{
--- 961,971 ----
&kiconv_sc_info
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modlkiconv_sc, NULL }
};
int
_init(void)
{