Print this page
7127  remove -Wno-missing-braces from Makefile.uts

@@ -22,12 +22,10 @@
 /*
  * Copyright 2007 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/systm.h>
 #include <sys/mutex.h>
 #include <sys/time.h>
 #include <sys/clock.h>

@@ -151,11 +149,11 @@
         "TOD module for i86xpv"
 };
 
 static struct modlinkage modl = {
         MODREV_1,
-        &modlmisc
+        { &modlmisc, NULL }
 };
 
 int
 _init(void)
 {