Subject: Re: -current kernel build failed on i386
To: None <kilbi@rad.rwth-aachen.de>
From: Simon Burge <simonb@netbsd.org>
List: current-users
Date: 06/05/2000 09:36:23
Markus Kilbinger wrote:

> Since several days now my kernel builds failed on an i386 ending up
> in.
>
> [ native_to_msqid_ds14 errors ]

If you do a

	cd /sys; find . -name '*.[ch]' -print | xargs grep -l native_to_msqid_ds14

you should only see "compat/common/sysv_msg_14.c" as output.  Is
this so?

Simon.