Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 37,48 ****
&mod_miscops, "kernel RPC security module."
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modlmisc,
! NULL
};
extern void sec_subrinit();
extern void sec_subrfini();
extern void svcauthdes_init();
--- 37,47 ----
&mod_miscops, "kernel RPC security module."
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modlmisc, NULL }
};
extern void sec_subrinit();
extern void sec_subrfini();
extern void svcauthdes_init();