Date: Thu, 12 Aug 2010 12:39:43 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Takanori Watanabe <takawata@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211219 - head/usr.sbin/acpi/acpidump Message-ID: <4C644DFF.70907@FreeBSD.org> 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
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) { >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C644DFF.70907>