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

*** 52,62 **** &mod_miscops, /* Type of module */ "SCSI Bus Utility Routines" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; /* * Contexts from which we call scsi_test */ --- 52,62 ---- &mod_miscops, /* Type of module */ "SCSI Bus Utility Routines" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; /* * Contexts from which we call scsi_test */