Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ross
Date:           Thu Oct 15 00:29:52 UTC 1998

Modified Files:
        src/libexec/lfs_cleanerd: library.c misc.c print.c
Log Message:
Cast quad_t and off_t objects to (long long) for printing with %q.
(Fix a sort-of-LP64 egcs printf warning.)

It's unfortunate that off_t and quad_t don't print with %q. I wonder
what would happen if alpha changed these from long -> long long? It's
the same actual size in bits either way.




Home | Main Index | Thread Index | Old Index