cvs commit: src/sys/compat/linprocfs linprocfs.c

M. Warner Losh imp at bsdimp.com
Sun Jan 21 15:49:58 UTC 2007


In message: <20070121131229.014eda2e at Magellan.Leidinger.net>
            Alexander Leidinger <netchild at freebsd.org> writes:
: I was thinking more about something like:
:       to print                         identifier to use in the kernel
:       sizeof()                         %zd
:       int64_t                          xyz
:       int32_t                          klm
:       ...                              ...

The last two aren't possible to print without casts, or the PRI_xxx
macros.

Warner


More information about the cvs-src mailing list