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

Doug Barton dougb at FreeBSD.org
Thu Aug 12 19:39:46 UTC 2010


I think it's pretty obvious at this point that you didn't do a 'make
universe' to verify that your updates were correct, and the build is
still broken.

Can you either fix this immediately, or back it out immediately?


Thanks,

Doug


On 08/12/2010 04:01, 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",
>  	    tcpa->platform_class, paddr, len);
>  
>  	if (len == 0) {
> 



More information about the svn-src-head mailing list