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

@@ -22,12 +22,12 @@
 /*
  * Copyright (c) 1999-2000 by Sun Microsystems, Inc.
  * All rights reserved.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
 
+
 /*
  * s1394.c
  *    1394 Services Layer Initialization and Cleanup Routines
  *    The routines do all initialization and cleanup for the Sevices Layer
  */

@@ -53,12 +53,12 @@
 };
 
 /* Module Linkage */
 static struct modlinkage s1394_modlinkage = {
         MODREV_1,
-        &s1394_modlmisc,
-        NULL
+        {   &s1394_modlmisc,
+            NULL }
 };
 
 static int s1394_init();
 static void s1394_fini();