Subject: Re: kernfs_vnops.c May 7 mod breaks vax
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 05/13/2004 15:11:41
In article <200405131356.i4DDu4cM020157@mrynet.com>,
sgimips NetBSD list <sgimips@mrynet.com> wrote:
>All, 
>
>While cross-building NetBSD-vax under FreeBSD, the below error occurs.
>I tracked this back to the mod bringing src/sys/miscfs/kernfs/kernfs_vnops.c
>to version 1.102 on May 7 by cl@netbsd.org.  This mod introduces the
>particular lines to the file.
>
>It should be noted that the error does not occur building the alpha, amd64, 
>hp300, sparc, sparc64 or sgimips ports.

This is because it uses struct/union initialization syntax that 2.95
does not understand.

christos