Print this page
cstyle sort of updates
7127 remove -Wno-missing-braces from Makefile.uts
*** 139,151 ****
&softmac_fmodsw
};
static struct modlinkage softmac_modlinkage = {
MODREV_1,
! &softmac_modlstrmod,
&softmac_modldrv,
! NULL
};
static void softmac_dedicated_rx(void *, mac_resource_handle_t, mblk_t *,
mac_header_info_t *);
--- 139,151 ----
&softmac_fmodsw
};
static struct modlinkage softmac_modlinkage = {
MODREV_1,
! { &softmac_modlstrmod,
&softmac_modldrv,
! NULL }
};
static void softmac_dedicated_rx(void *, mac_resource_handle_t, mblk_t *,
mac_header_info_t *);