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 ----
*** 609,620 **** &kiconv_ko_info }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modlkiconv_ko, ! NULL }; int _init(void) { --- 607,617 ---- &kiconv_ko_info }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modlkiconv_ko, NULL } }; int _init(void) {