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 ----
*** 1085,1096 ****
&kiconv_tc_info
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modlkiconv_tc,
! NULL
};
int
_init(void)
{
--- 1083,1093 ----
&kiconv_tc_info
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modlkiconv_tc, NULL }
};
int
_init(void)
{