On Mon, 23 Mar 2015, Alexander Motin wrote:
On 23.03.2015 16:35, Dan Mack wrote:
I just tried to build 280369 and got this:
--- all_subdir_bhyve ---
/usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared
identifier 'dsm'
ncq = dsm = 0;
^
On 23.03.2015 16:35, Dan Mack wrote:
> I just tried to build 280369 and got this:
>
> --- all_subdir_bhyve ---
> /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared
> identifier 'dsm'
> ncq = dsm = 0;
>^
> 1 error genera
I just tried to build 280369 and got this:
--- all_subdir_bhyve ---
/usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared
identifier 'dsm'
ncq = dsm = 0;
^
1 error generated.
*** [pci_ahci.o] Erro
Author: mav
Date: Mon Mar 23 11:48:25 2015
New Revision: 280363
URL: https://svnweb.freebsd.org/changeset/base/280363
Log:
MFC r280293: Add missing variable initialization.
Reported by: Coverity
CID: 1288938
Modified:
stable/10/usr.sbin/bhyve/pci_ahci.c
Directory Properties: