freebsd-dev/usr.sbin/edquota
Bruce Evans ff55774394 Cast some expressions involving dbtob() to (unsigned long) and print them
using %lu.  This became more broken when I fixed dbtob() to support byte
offsets >= 4GB.  The type had to change to [u]quad_t.  Previously the
expressions had type unsigned long and were printed using %d.  After
division by 1024, the expressions are guaranteed to fit in an unsigned
long, at least for the standard DEV_BSIZE, so edquota doesn't need to
know about quad_t's explicitly.

Fix all the other format mismatches exposed by compiling with -Wformat
(6 more quota limits of type unsigned long printed using %d and 6 time_t's
(i.e., longs) printed using %d).
1995-05-07 07:48:35 +00:00
..
edquota.8 BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
edquota.c Cast some expressions involving dbtob() to (unsigned long) and print them 1995-05-07 07:48:35 +00:00
Makefile Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
pathnames.h BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00