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" /* from S5R4 1.4 */
-
 /*
  * Transport Interface Library read/write module - issue 1
  */
 
 #include        <sys/types.h>

@@ -124,11 +122,11 @@
 static struct modlstrmod modlstrmod = {
         &mod_strmodops, "xport interface rd/wr str mod", &fsw
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1, { &modlstrmod, NULL }
 };
 
 int
 _init(void)
 {