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

@@ -26,12 +26,10 @@
 
 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
 /*        All Rights Reserved   */
 
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * This module switches the read and write flush bits for each
  * M_FLUSH control message it receives. It's intended usage is to
  * properly flush a STREAMS-based pipe.
  */

@@ -112,11 +110,11 @@
 static struct modlstrmod modlstrmod = {
         &mod_strmodops, "pipe flushing module", &fsw
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1, { &modlstrmod, NULL }
 };
 
 int
 _init(void)
 {