CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/11/01 18:08:17
Modified files:
sbin/dump : tape.c
sbin/fsck_ffs : fsck.h
sys/arch/luna88k/stand/boot: ufs_disksubr.c
sys/ufs/ext2fs : ext2fs_subr.c
sys/ufs/ffs : ffs_inode.c ffs_subr.c
sys/uvm : uvm_pager.c uvm_swap.c
Log message:
No need to cast constants or simple variables to (daddr_t). Use
(u_int64_t) instead of (daddr_t) when casting a variable in an
expression passed to DL_SETDSIZE().
Change a variable counting open files from daddr_t to int64_t.
ok deraadt@ with the tweak to fix that pesky expression.