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

@@ -22,12 +22,10 @@
 /*
  * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * STREAMS Buffering module
  *
  * This streams module collects incoming messages from modules below
  * it on the stream and buffers them up into a smaller number of

@@ -171,11 +169,11 @@
 static struct modlstrmod modlstrmod = {
         &mod_strmodops, "streams buffer mod", &fsw
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1,  { &modlstrmod, NULL }
 };
 
 
 int
 _init(void)