Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 434,445 **** }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modlmisc, ! NULL }; /* * Default sata pkt timeout. Used when a target driver scsi_pkt time is zero, * i.e. when scsi_pkt has not timeout specified. --- 434,444 ---- }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modlmisc, NULL } }; /* * Default sata pkt timeout. Used when a target driver scsi_pkt time is zero, * i.e. when scsi_pkt has not timeout specified.