CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/21 05:38:18
Modified files:
sys/ufs/ext2fs : ext2fs_subr.c
Log message:
- change two variables to daddr64_t, eventhough they won't overflow
as ext2fs doesn't support filesystems so large, it's more correct this way
- fix a format string to %lld for daddr64_t
ok tedu@ thib@
