PERFORCE change 97495 for review

Warner Losh imp at FreeBSD.org
Sat May 20 05:43:15 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97495

Change 97495 by imp at 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)


More information about the p4-projects mailing list