svn commit: r328165 - in head: sbin/camcontrol sys/cam sys/cam/mmc

Scott Long scottl at samsco.org
Fri Jan 19 18:25:29 UTC 2018



> On Jan 19, 2018, at 11:01 AM, O. Hartmann <ohartmann at 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




More information about the svn-src-all mailing list