> On Jan 19, 2018, at 11:01 AM, O. Hartmann <ohartm...@walstatt.org> wrote: > > It seems, this broke buildkernel for me (and probably others): > > [...] > ===> bhnd/cores/bhnd_pci (all) > --- mmc_xpt.o --- > /usr/src/sys/cam/mmc/mmc_xpt.c:371:17: error: assigning to 'off_t' (aka > 'long') from > incompatible type 'struct mmc_params' cdai->provsiz = device->mmc_ident_data; > ^ ~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/cam/mmc/mmc_xpt.c:372:30: error: invalid operands to binary > expression > ('struct mmc_params' and 'void *') if (device->mmc_ident_data == NULL) > ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ > /usr/src/sys/cam/mmc/mmc_xpt.c:375:16: error: no member named 'buff' in > 'struct > ccb_dev_advinfo' memcpy(cdai->buff, device->mmc_ident_data, amt); > ~~~~ ^ > >
I’m on it, sorry about that. Scott _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"