cvs commit: src/usr.bin/make arch.c

Joerg Sonnenberger joerg at britannica.bec.de
Tue May 24 15:52:05 GMT 2005


On Tue, May 24, 2005 at 03:45:11PM +0000, Hartmut Brandt wrote:
> harti       2005-05-24 15:45:11 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.bin/make         arch.c 
>   Log:
>   Fix a 64-bit warning by casting an int64_t to intmax_t and printing it
>   with %jd.

Why not use PRId64 instead of casting?

Joerg


More information about the cvs-src mailing list