Print this page
fixup .text where possible
style update i86pc/io
7127 remove -Wno-missing-braces from Makefile.uts
*** 154,164 ****
*/
struct {
char *pt_name;
int (*pt_func)(dr_handle_t *);
} pt_arr[] = {
! "quiesce", dr_pt_test_suspend,
};
int dr_modunload_okay = 0; /* set to non-zero to allow unload */
/*
--- 154,164 ----
*/
struct {
char *pt_name;
int (*pt_func)(dr_handle_t *);
} pt_arr[] = {
! { "quiesce", dr_pt_test_suspend }
};
int dr_modunload_okay = 0; /* set to non-zero to allow unload */
/*
*** 427,438 ****
&dr_dev_ops
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modldrv,
! NULL
};
/*
* Driver entry points.
*/
--- 427,438 ----
&dr_dev_ops
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modldrv,
! NULL }
};
/*
* Driver entry points.
*/