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"
-
 /*
  * This module implements the services provided by the rlogin daemon
  * after the connection is set up.  Mainly this means responding to
  * interrupts and window size changes.  It begins operation in "disabled"
  * state, and sends a T_DATA_REQ to the daemon to indicate that it is

@@ -76,11 +74,11 @@
         "rloginmod module",
         &fsw
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlstrmod, NULL
+        MODREV_1, { &modlstrmod, NULL }
 };
 
 
 int
 _init(void)