Subject: Re: -current build fails on mac68k...
To: None <ender@macbsd.com>
From: Scott Reynolds <scottr@clank.org>
List: current-users
Date: 01/20/2001 12:20:53
On Wed, 17 Jan 2001, Colin Wood wrote:

> > >From reading the error messages (I can't get at my NetBSD system just now),
> > it looks like there's a declaration of softclock() on line 507 of
> > sys/arch/mac68k/mac68k/trap.c.  Remove it, and things should cheer up.
> 
> i went ahead and fixed the declaration instead.  just wondering, anyone
> have an idea why the declaration is there at all?  scott?  allen?

It was probably put there for consistency with the rest of the software
interrupt code.  I don't see a reason to keep it in trap.c (since it's
declared in systm.h already).

--scott