Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 160,175 ****
/*
* This array establishes a set of tunable variables that can be set by
* defining properties in the emul64.conf file.
*/
struct prop_map emul64_properties[] = {
! "emul64_collect_stats", &emul64_collect_stats,
! "emul64_yield_length", &emul64_yield_length,
! "emul64_yield_period", &emul64_yield_period,
! "emul64_yield_enable", &emul64_yield_enable,
! "emul64_max_task", &emul64_max_task,
! "emul64_task_nthreads", &emul64_task_nthreads
};
static unsigned char *emul64_zeros = NULL; /* Block of 0s for comparison */
extern void emul64_check_cond(struct scsi_pkt *pkt, uchar_t key,
--- 160,175 ----
/*
* This array establishes a set of tunable variables that can be set by
* defining properties in the emul64.conf file.
*/
struct prop_map emul64_properties[] = {
! { "emul64_collect_stats", &emul64_collect_stats },
! { "emul64_yield_length", &emul64_yield_length },
! { "emul64_yield_period", &emul64_yield_period },
! { "emul64_yield_enable", &emul64_yield_enable },
! { "emul64_max_task", &emul64_max_task },
! { "emul64_task_nthreads", &emul64_task_nthreads }
};
static unsigned char *emul64_zeros = NULL; /* Block of 0s for comparison */
extern void emul64_check_cond(struct scsi_pkt *pkt, uchar_t key,