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

@@ -22,12 +22,10 @@
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * Redirection STREAMS module.
  *
  * This module is intended for use in conjunction with instantiations of the
  * redirection driver.  Its purpose in life is to detect when the stream that

@@ -104,11 +102,11 @@
         "redirection module",
         &fsw
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1, { &modlstrmod, NULL }
 };
 
 int
 _init()
 {