Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 651,661 ****
#define _SCSI_FAILOVER_OP(sfo_name, local_name, ops_name) \
static struct modlmisc modlmisc = { \
&mod_miscops, sfo_name \
}; \
static struct modlinkage modlinkage = { \
! MODREV_1, (void *)&modlmisc, NULL \
}; \
int _init() \
{ \
return (mod_install(&modlinkage)); \
} \
--- 651,661 ----
#define _SCSI_FAILOVER_OP(sfo_name, local_name, ops_name) \
static struct modlmisc modlmisc = { \
&mod_miscops, sfo_name \
}; \
static struct modlinkage modlinkage = { \
! MODREV_1, { (void *)&modlmisc, NULL } \
}; \
int _init() \
{ \
return (mod_install(&modlinkage)); \
} \