Takanori Watanabe <takaw...@freebsd.org> writes: > @@ -647,7 +646,7 @@ acpi_handle_tcpa(ACPI_TABLE_HEADER *sdp) > printf(END_COMMENT); > return; > } > - printf("\tClass %d Base Address 0x%jx Length %" PRIu64 "\n\n", > + printf("\tClass %u Base Address 0x%jx Length %ju\n\n", > tcpa->platform_class, paddr, len); > > if (len == 0) {
This is still wrong, just a different kind of wrong. Just because the compiler doesn't complain doesn't mean it's right. Did you even read what John and I wrote? DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"