PERFORCE change 108532 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Oct 26 22:09:39 UTC 2006


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

Change 108532 by marcel at marcel_cluster on 2006/10/26 22:09:04

	Fix i386 build.

Affected files ...

.. //depot/projects/ia64/sys/boot/efi/libefi/efifs.c#8 edit

Differences ...

==== //depot/projects/ia64/sys/boot/efi/libefi/efifs.c#8 (text+ko) ====

@@ -414,7 +414,7 @@
 
 	err:
 		sprintf(line, "[--] error obtaining information: status %ld\n",
-		    status);
+		    (long)status);
 		pager_output(line);
 	}
 }


More information about the p4-projects mailing list