Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 212,222 ****
"VGA text driver", /* Name of the module. */
&vgatext_ops, /* driver ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, (void *) &modldrv, NULL
};
typedef enum pc_colors {
pc_black = 0,
pc_blue = 1,
--- 212,222 ----
"VGA text driver", /* Name of the module. */
&vgatext_ops, /* driver ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, { (void *) &modldrv, NULL }
};
typedef enum pc_colors {
pc_black = 0,
pc_blue = 1,