Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 20:41:25 +0800
From:      Alastair Hogge <agh@neuromancer.ae>
To:        svn-src-head@freebsd.org
Cc:        Takanori Watanabe <takawata@freebsd.org>, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r211219 - head/usr.sbin/acpi/acpidump
Message-ID:  <201008122041.25415.agh@neuromancer.ae>
In-Reply-To: <201008121101.o7CB1c6T059566@svn.freebsd.org>
References:  <201008121101.o7CB1c6T059566@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008122041.25415.agh>