Subject: Re: Build failure - port amd64 - netbsd32_compat_20
To: Paul Goyette <paul@whooppee.com>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 10/10/2007 23:02:06
On Wed, Oct 10, 2007 at 02:55:45PM -0700, Paul Goyette wrote:

> From sources updated via CVS on Wed, Oct 10, 2007 at 21:12:28 UTC
> 
> /usr/src/sys/compat/netbsd32/netbsd32_compat_20.c: In function 
> 'compat_20_netbsd32_getfsstat':
> /usr/src/sys/compat/netbsd32/netbsd32_compat_20.c:111: error: 
> 'mountlist_slock' undeclared (first use in this function)
> /usr/src/sys/compat/netbsd32/netbsd32_compat_20.c:111: error: (Each 
> undeclared identifier is reported only once
> /usr/src/sys/compat/netbsd32/netbsd32_compat_20.c:111: error: for each 
> function it appears in.)
> *** [netbsd32_compat_20.o] Error code 1

Should be fixed by 1.15 of netbsd32_compat_20.c. I guess I should enable
COMPAT_NETBSD32 in the generic amd64 configs..

Thanks,
Andrew