Date: Sun, 23 Dec 2007 14:11:40 GMT From: Bernd Walter <ticso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 131469 for review Message-ID: <200712231411.lBNEBeLA012621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131469 Change 131469 by ticso@ticso on 2007/12/23 14:10:49 somehow a variable declaration was lost CVS version is OK Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/boot2/boot2.c#38 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/boot2/boot2.c#38 (text+ko) ==== @@ -255,6 +255,7 @@ struct dos_partition *dp; struct disklabel *d; char *sec; + int i; if (!dsk_meta) { sec = dmadat->secbuf;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712231411.lBNEBeLA012621>