Print this page
7127 remove -Wno-missing-braces from Makefile.uts
@@ -21,12 +21,10 @@
/*
* 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>
@@ -1085,12 +1083,11 @@
&kiconv_tc_info
};
static struct modlinkage modlinkage = {
MODREV_1,
- (void *)&modlkiconv_tc,
- NULL
+ { (void *)&modlkiconv_tc, NULL }
};
int
_init(void)
{