Date: Sat, 20 May 2006 05:42:42 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97495 for review Message-ID: <200605200542.k4K5ggiV008413@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97495 Change 97495 by imp@imp_plunger on 2006/05/20 05:42:16 Make it compile again. Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/boot2/boot2.c#3 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/boot2/boot2.c#3 (text+ko) ==== @@ -238,14 +238,12 @@ struct exec ex; Elf32_Ehdr eh; } hdr; -#if 0 static Elf32_Phdr ep[2]; static Elf32_Shdr es[2]; -#endif caddr_t p; ino_t ino; uint32_t addr, x; - int fmt/*, i, j*/; + int fmt, i, j; if (!(ino = lookup(kname))) { if (!ls)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200542.k4K5ggiV008413>