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

*** 104,114 **** extern struct mod_ops mod_driverops; static struct modldrv bpfmod = { &mod_driverops, "Berkely Packet Filter", &bpf_ops }; ! static struct modlinkage modlink1 = { MODREV_1, &bpfmod, NULL }; static dev_info_t *bpf_dev_info = NULL; static net_instance_t *bpf_inst = NULL; int --- 104,114 ---- extern struct mod_ops mod_driverops; static struct modldrv bpfmod = { &mod_driverops, "Berkely Packet Filter", &bpf_ops }; ! static struct modlinkage modlink1 = { MODREV_1, { &bpfmod, NULL } }; static dev_info_t *bpf_dev_info = NULL; static net_instance_t *bpf_inst = NULL; int