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

@@ -27,12 +27,10 @@
  * Copyright (c)  * Copyright (c) 2001 Tadpole Technology plc
  * All rights reserved.
  * From "@(#)pcicfg.c   1.31    99/06/18 SMI"
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * Cardbus module
  */
 
 #include <sys/conf.h>

@@ -165,12 +163,11 @@
         "Cardbus Configurator support",
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modlmisc,
-        NULL
+        { &modlmisc, NULL }
 };
 
 int
 _init(void)
 {