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

*** 403,414 **** }; /* modlinkage structure */ static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; static void *usbsacm_statep; /* soft state */ /* --- 403,413 ---- }; /* modlinkage structure */ static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; static void *usbsacm_statep; /* soft state */ /*