Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/fstat



Martin Husemann wrote:

> Module Name:  src
> Committed By: martin
> Date:         Mon Jan 20 06:20:38 UTC 2003
> 
> Modified Files:
> 
>       src/usr.bin/fstat: fstat.c
> 
> Log Message:
> 
> Make it compile again on LP64 archs.
> XXX - we *realy* need some format string macros for size_t/off_t!

The "z" modifier handles size_t (eg, "%zd").  off_t can use PRId64
from <inttypes.h> but it's a little ugly.

Simon.
--
Simon Burge                            <simonb%wasabisystems.com@localhost>
NetBSD Support and Service:         http://www.wasabisystems.com/



Home | Main Index | Thread Index | Old Index