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

*** 279,289 **** &mod_miscops, /* Type of module */ "Common Labeling module" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; /* Local function prototypes */ static dev_t cmlb_make_device(struct cmlb_lun *cl); static int cmlb_validate_geometry(struct cmlb_lun *cl, boolean_t forcerevalid, --- 279,289 ---- &mod_miscops, /* Type of module */ "Common Labeling module" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; /* Local function prototypes */ static dev_t cmlb_make_device(struct cmlb_lun *cl); static int cmlb_validate_geometry(struct cmlb_lun *cl, boolean_t forcerevalid,