Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

@@ -21,12 +21,10 @@
 /*
  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * DL_IB MAC Type plugin for the Nemo mac module
  */
 
 #include <sys/types.h>

@@ -50,12 +48,12 @@
         "Infiniband MAC Type plugin 1.0"
 };
 
 static struct modlinkage mac_ib_modlinkage = {
         MODREV_1,
-        &mac_ib_modlmisc,
-        NULL
+        {   &mac_ib_modlmisc,
+            NULL }
 };
 
 static mactype_ops_t mac_ib_type_ops;
 
 int