Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2002 21:29:37 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Maxime Henrion <mux@freebsd.org>
Cc:        Peter Wemm <peter@freebsd.org>, <cvs-committers@freebsd.org>, <cvs-all@freebsd.org>
Subject:   Re: cvs commit: src/sys/dev/acpica acpi_pcib.c
Message-ID:  <20021004212226.I7544-100000@gamplex.bde.org>
In-Reply-To: <20021004091018.GJ57622@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Oct 2002, Maxime Henrion wrote:

> Bruce Evans wrote:
> > [about a not-quite-right fix for printing size_t's]
>
> Don't we have the %z format specifier in the kernel printf() ?

Not really.  We have a %z, but it is for a special ddb format (signed
hex) and not for size_t's.  gcc's format checker doesn't understand
this (-fformat-extensions should switch from C99 extensions to
kernel extensions, but doesn't attempt to).

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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