Subject: Re: CVS commit: syssrc
To: None <perseant@netbsd.org>
From: IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>
List: source-changes
Date: 09/13/2000 00:54:47
At Tue, 12 Sep 2000 06:22:53 +0300 (EEST),
Konrad Schroder <perseant@netbsd.org> wrote:
> Module Name: syssrc
> Committed By: perseant
> Date: Tue Sep 12 03:22:53 UTC 2000
>
> Modified Files:
> syssrc/sys/ufs/lfs: lfs_bio.c
>
> Log Message:
> Make this file compile on the alpha as well (use %ld and cast to long,
> instead of %qd with no cast).
I think the things to be fixed are the macros in lfs.h, rather than
casting in printfs. Or, it should be casted to u_int32_t at least.
As LFS_EST_CMETA and LFS_EST_RSVD are for calculating numbers of disk
blocks, so I think they should return u_int32_t for consistency.
--
IWAMOTO Toshihiro