Subject: Re: Kernel build error in kern/kern_resource.c
To: Paul Goyette <paul@pgoyette.bdt.com>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 12/20/1996 01:15:38
On Thu, 19 Dec 1996, Paul Goyette wrote:

> Well, from this morning's (12/19) sup, I got the following error while 
> trying to build me a new kernel.

Yes, that's the error I posted to port-m68k about a couple days ago.
Re-run config(8) on your kernel config file; I've taken out -Werror from
the flags, for now.

I haven't heard that anybody is attacking the problem but it's worthwhile
to note that there are two other files that still have this problem:
sys/nfs/nfs_vnops.c and sys/arch/mac68k/mac68k/trap.c.  In all three
instances the variable in question is a u_quad_t (coincidence?  you be the
judge...).

--scott