summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_rlimit.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-08-08 13:22:05 +0000
committerbde <bde@FreeBSD.org>1999-08-08 13:22:05 +0000
commitf9b2b6fa722f186f7bfed2bae2460db659f160f8 (patch)
tree7d522d9cec5f881f2b6da9aed5ce72fad8735b02 /sys/fs/procfs/procfs_rlimit.c
parent250d78c0f19d310a95cb454631ccba2565a2405f (diff)
downloadFreeBSD-src-f9b2b6fa722f186f7bfed2bae2460db659f160f8.zip
FreeBSD-src-f9b2b6fa722f186f7bfed2bae2460db659f160f8.tar.gz
Fixed all printf format errors reported by gcc -Wformat on i386's:
- %q -> %ll; don't assume that the promotion of off_t is quad_t; only assume that off_t's are representable as long longs. - printing of dev_t's was completely broken. Fixed nearby printf format errors not reported by gcc -Wformat on i386's: - printing of ino_t's and pointers was sloppy.
Diffstat (limited to 'sys/fs/procfs/procfs_rlimit.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud