Print this page
fixup .text where possible
7127 remove -Wno-missing-braces from Makefile.uts
*** 45,56 ****
"Hooks Interface v1.0", /* drv_linkinfo */
};
static struct modlinkage modlinkage = {
MODREV_1, /* ml_rev */
! &modlmisc, /* ml_linkage */
! NULL
};
static const char *hook_hintvalue_none = "<none>";
/*
--- 45,56 ----
"Hooks Interface v1.0", /* drv_linkinfo */
};
static struct modlinkage modlinkage = {
MODREV_1, /* ml_rev */
! { &modlmisc, /* ml_linkage */
! NULL }
};
static const char *hook_hintvalue_none = "<none>";
/*