freebsd-dev/sys/ufs
Bruce Evans a23d65bfc8 Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
respectively.  Most of the longs should probably have been
u_longs, but this changes is just to prevent warnings about
casts between pointers and integers of different sizes, not
to fix poorly chosen types.
1998-07-15 02:32:35 +00:00
..
ffs Fixed printf format errors. 1998-07-11 07:46:16 +00:00
mfs Fixed printf format errors. 1998-07-11 07:46:16 +00:00
ufs Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00