Print this page
fixup .text where possible
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* MAC Services Module
*/
#include <sys/types.h>
--- 22,31 ----
*** 45,56 ****
MAC_INFO
};
static struct modlinkage i_mac_modlinkage = {
MODREV_1,
! &i_mac_modlmisc,
! NULL
};
/*
* Module initialization functions.
*/
--- 43,54 ----
MAC_INFO
};
static struct modlinkage i_mac_modlinkage = {
MODREV_1,
! { &i_mac_modlmisc,
! NULL }
};
/*
* Module initialization functions.
*/