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

*** 280,291 **** &bofi_ops }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! 0 }; static struct bus_ops save_bus_ops; #if defined(__sparc) --- 280,290 ---- &bofi_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; static struct bus_ops save_bus_ops; #if defined(__sparc)