diff options
author | des <des@FreeBSD.org> | 2004-02-18 21:37:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-02-18 21:37:36 +0000 |
commit | dbcd81038b99a0c459c491c81cd7254c9f227973 (patch) | |
tree | f8e8fe704a1b8c58ad4f1dae0bc490188da037b0 /usr.bin/su | |
parent | 49c92e5706ab055d53ea35d401f4310fc07ff74a (diff) | |
download | FreeBSD-src-dbcd81038b99a0c459c491c81cd7254c9f227973.zip FreeBSD-src-dbcd81038b99a0c459c491c81cd7254c9f227973.tar.gz |
Fix printf() format bug in previous commit (size_t != int).
Use %ju and an (uintmax_t) cast to print size_t values.
Use %jd and an (intmax_t) cast to print off_t values.
Use off_t variables to hold the difference between two off_t values.
Don't bother with unsigned char where char will do nicely.
Diffstat (limited to 'usr.bin/su')
0 files changed, 0 insertions, 0 deletions