Subject: Re: Still getting errors in vfs_vnops.c after updating
To: Paul Goyette <paul@whooppee.com>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 11/30/2007 22:43:26
On Fri, Nov 30, 2007 at 10:48:05AM -0800, Paul Goyette wrote:
> BTW, this happens on amd64 as well as i386. Sources are up-to-date as
> of about 15 minutes ago.
>
> On Fri, 30 Nov 2007, Paul Goyette wrote:
>
> >/usr/src/sys/kern/vfs_vnops.c: In function 'vn_markexec':
> >/usr/src/sys/kern/vfs_vnops.c:261: warning: pointer targets in passing
> >argument 1 of 'atomic_add_int' differ in signedness
> >/usr/src/sys/kern/vfs_vnops.c:262: warning: pointer targets in passing
> >argument 1 of 'atomic_add_int' differ in signedness
> >
> >quicky:paul {117} head -n1 /usr/src/sys/kern/vfs_vnops.c
> >/* $NetBSD: vfs_vnops.c,v 1.146 2007/11/30 16:52:21 yamt Exp $ */
I think this should be fixed now (uvm_extern.h). I'm running a build to verify.
Andrew