Subject: Re: Kernel build failure on port-mac68k
To: Paul Goyette <paul@whooppee.com>
From: Scott Reynolds <scottr@clank.org>
List: current-users
Date: 07/05/2000 02:39:40
On Sun, 2 Jul 2000, Paul Goyette wrote:

> >From sources updated (via anon-cvs) just a few minutes ago:
> 
> /usr/pkg/cross/bin/m68k-netbsd-gcc  -O2 -m68030 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68030 -DLKM -DDIAGNOSTIC -DPULLDOWN_TEST -DGRF_COMPAT -DMAXUSERS=16 -D_KERNEL -Dmac68k  -c ../../../../arch/mac68k/mac68k/intr.c
> cc1: warnings being treated as errors
> ../../../../arch/mac68k/mac68k/intr.c:285: warning: function declaration isn't a prototype
> *** Error code 1
> 
> Stop.

One too many lines was removed in the last rev of intr.c.  I've restored
it, and it compiles again.

--scott