Subject: Re: CVS commit: src/sys/ufs
To: Luke Mewburn <lukem@netbsd.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: source-changes
Date: 12/11/2007 22:11:24
On Wed, 12 Dec 2007, Luke Mewburn wrote:
> Log Message:
> defflag LFS_KERNEL_RFW (in opt_lfs.h).
> Note: lfs_rfw.c doesn't compile if you define the option; locking API fallout?

On -current amd64:

../../../../ufs/lfs/lfs_rfw.c: In function 'lfs_rf_valloc':
../../../../ufs/lfs/lfs_rfw.c:134: error: too many arguments to function 
'lfs_truncate'
../../../../ufs/lfs/lfs_rfw.c: In function 'update_inoblk':
../../../../ufs/lfs/lfs_rfw.c:344: error: too many arguments to function 
'lfs_truncate'
cc1: warnings being treated as errors
../../../../ufs/lfs/lfs_rfw.c: In function 'check_segsum':
../../../../ufs/lfs/lfs_rfw.c:472: warning: pointer of type 'void *' used 
in arithmetic
../../../../ufs/lfs/lfs_rfw.c:472: warning: pointer of type 'void *' used 
in arithmetic
../../../../ufs/lfs/lfs_rfw.c:476: warning: pointer of type 'void *' used 
in arithmetic
../../../../ufs/lfs/lfs_rfw.c:492: warning: pointer of type 'void *' used 
in arithmetic
*** Error code 1

Cheers,
Jared