Print this page
7127 remove -Wno-missing-braces from Makefile.uts
@@ -21,12 +21,10 @@
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Kernel iconv code conversion module (kiconv_emea) for Europe, Middle East,
* and South East Asia (PSARC/2007/173).
*/
@@ -1768,12 +1766,11 @@
&kiconv_emea_modinfo
};
static struct modlinkage linkage = {
MODREV_1,
- (void *)&kiconv_emea,
- NULL
+ { (void *)&kiconv_emea, NULL }
};
int
_init()
{