Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 164,174 ****
&mod_miscops, /* type of module */
FCTL_NAME_VERSION /* Module name */
};
static struct modlinkage modlinkage = {
! MODREV_1, (void *)&modlmisc, NULL
};
static struct bus_ops fctl_fca_busops = {
BUSO_REV,
nullbusmap, /* bus_map */
--- 164,174 ----
&mod_miscops, /* type of module */
FCTL_NAME_VERSION /* Module name */
};
static struct modlinkage modlinkage = {
! MODREV_1, { (void *)&modlmisc, NULL }
};
static struct bus_ops fctl_fca_busops = {
BUSO_REV,
nullbusmap, /* bus_map */