Subject: Re: Error in -current machdep.c
To: Paul Goyette <paul@whooppee.com>
From: Leo Weppelman <leo@wau.mis.ah.nl>
List: current-users
Date: 09/21/1997 22:41:58
On Sun 21 Sep 1997, Paul Goyette wrote:
> It seems that the recent changes made to accomodate larger dmesg buffers
> has introduced an error in the mac68k/machdep.c code:
> 
> At line 297, there is now a reference to routine atari_round_page(), but
> there is never any definition of atari_ anything.  This, of course, causes
> a compiler error indicating that the routine is implicitly declared.

My fault. It should reference: m68k_round_page(). mac68k_round_page() and
atari_round_page() have been obsoleted for some time.
I'm really wondering what made my type this, because the mac-port was the
only port using the atari_round_page() function....
Anyway, I just updated the repository.

Leo.