Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 201,211 ****
"STREAMS ipnet driver",
&ipnet_ops
};
static struct modlinkage modlinkage = {
! MODREV_1, &modldrv, NULL
};
/*
* This structure contains the template data (names and type) that is
* copied, in bulk, into the new kstats structure created by net_kstat_create.
--- 201,211 ----
"STREAMS ipnet driver",
&ipnet_ops
};
static struct modlinkage modlinkage = {
! MODREV_1, { &modldrv, NULL }
};
/*
* This structure contains the template data (names and type) that is
* copied, in bulk, into the new kstats structure created by net_kstat_create.