NetBSD/sys/ufs
kleink 865868a8b1 Further printf format fixes in the wake of daddr_t.
Note that PRI?64 and long long int arguments aren't made for each other,
nor are %lld and int64_t arguments.
2003-01-27 21:45:52 +00:00
..
ext2fs Use PRId64 instead of hard coding "%lld" to fix build problems under 2003-01-25 18:12:31 +00:00
ffs More printf format cleanup to reduce casts. 2003-01-26 06:42:31 +00:00
lfs Further printf format fixes in the wake of daddr_t. 2003-01-27 21:45:52 +00:00
mfs Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
ufs Bump daddr_t to 64 bits. Replace it with int32_t in all places where 2003-01-24 21:55:02 +00:00
files.ufs
Makefile