svn commit: r211219 - head/usr.sbin/acpi/acpidump

Alastair Hogge agh at neuromancer.ae
Thu Aug 12 12:58:27 UTC 2010


On Thursday 12 August 2010 19:01:38 Takanori Watanabe wrote:
> Author: takawata
> Date: Thu Aug 12 11:01:38 2010
> New Revision: 211219
> URL: http://svn.freebsd.org/changeset/base/211219
> 
> Log:
>   Fix tindebox breakage about format warning.
> 
> Modified:
>   head/usr.sbin/acpi/acpidump/acpi.c
> 
> Modified: head/usr.sbin/acpi/acpidump/acpi.c
> ===========================================================================
> === --- head/usr.sbin/acpi/acpidump/acpi.c	Thu Aug 12 11:00:45
> 2010	(r211218) +++ head/usr.sbin/acpi/acpidump/acpi.c	Thu Aug 12 11:01:38
> 2010	(r211219) @@ -646,7 +646,7 @@ acpi_handle_tcpa(ACPI_TABLE_HEADER
> *sdp)
>  		printf(END_COMMENT);
>  		return;
>  	}
> -	printf("\tClass %d Base Address 0x%jx Length %lld\n\n",
> +	printf("\tClass %d Base Address 0x%jx Length %llu\n\n",
%llu didn't work on my amd64 -r211091M

buildworld only able to proceed when I replaced %lld with %lu

-al
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


More information about the svn-src-all mailing list