Date: Sat, 21 Nov 2009 13:00:25 GMT From: Alexander Motin <mav@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 170893 for review Message-ID: <200911211300.nALD0PEw000263@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170893 Change 170893 by mav@mav_mavtest on 2009/11/21 12:59:42 Fix legacy mode build. Affected files ... .. //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#36 edit Differences ... ==== //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#36 (text+ko) ==== @@ -131,9 +131,10 @@ ata_attach(device_t dev) { struct ata_channel *ch = device_get_softc(dev); - int error, rid, i; + int error, rid; #ifdef ATA_CAM struct cam_devq *devq; + int i; #endif /* check that we have a virgin channel to attach */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911211300.nALD0PEw000263>