fixup .text where possible 7127 remove -Wno-missing-braces from Makefile.uts
@@ -22,12 +22,10 @@ /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * MAC Services Module */ #include <sys/types.h>
@@ -45,12 +43,12 @@ MAC_INFO }; static struct modlinkage i_mac_modlinkage = { MODREV_1, - &i_mac_modlmisc, - NULL + { &i_mac_modlmisc, + NULL } }; /* * Module initialization functions. */