Print this page
fixup .text where possible
7127 remove -Wno-missing-braces from Makefile.uts
@@ -22,12 +22,12 @@
/*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
+
/*
* This file implements the _init(9e), _info(9e) and _fini(9e) functions.
*/
#include <sys/ib/mgt/ibmf/ibmf_impl.h>
@@ -39,12 +39,12 @@
};
/* Module linkage */
static struct modlinkage ibmf_modlinkage = {
MODREV_1,
- &ibmf_modlmisc,
- NULL
+ { &ibmf_modlmisc,
+ NULL }
};
static ibmf_state_t ibmf_state;
ibmf_state_t *ibmf_statep;