Date: Sun, 30 Aug 2009 22:40:25 +0300 From: Alexander Motin <mav@FreeBSD.org> To: "Alexander V. Chernikov" <melifaro@ipfw.ru> Cc: current@freebsd.org Subject: Re: svn commit: r196656 - in head: share/man/man4 sys/dev/ahci Message-ID: <4A9AD5A9.2060004@FreeBSD.org> In-Reply-To: <4A9AD22B.6060005@ipfw.ru> References: <200908301520.n7UFKDuY098521@svn.freebsd.org> <4A9AD22B.6060005@ipfw.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexander V. Chernikov wrote: > Recent -current does not compile: > > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function > 'ahci_begin_transaction': > > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: warning: statement > with no > effect > > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: error: expected > ';' before string constant > KASSERT(tag != ch->lastslot, "ahci: ALL SLOTS BUSY!"); should be changed to > KASSERT(tag != ch->lastslot, ("ahci: ALL SLOTS BUSY!")); Thanks. Fixed. -- Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A9AD5A9.2060004>