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

@@ -26,12 +26,10 @@
 /*
  * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI" /* from S5R4 1.13 */
-
 /*
  * Description:
  *
  * The PTEM streams module is used as a pseudo driver emulator.  Its purpose
  * is to emulate the ioctl() functions of a terminal device driver.

@@ -70,11 +68,11 @@
 static struct modlstrmod modlstrmod = {
         &mod_strmodops, "pty hardware emulator", &fsw
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1, { &modlstrmod, NULL }
 };
 
 int
 _init()
 {