Subject: Error in -current machdep.c
To: current users <current-users@NetBSD.ORG>
From: Paul Goyette <paul@whooppee.com>
List: current-users
Date: 09/21/1997 06:57:52
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.

I think that this reference should be to mac68k_round_page(), and changing
it at least avoids the compiler error.  But then again, there are other
places in machdep.c that refer to m68k_round_page() and to round_page()
with no architecture prefix.  Just how many kinds of round_page() do we
need, anyway?  :)

-----------------------------------------------------------------------------
| Paul Goyette       | PGP Public Key fingerprint:  | E-mail addresses:     |
| Network Consultant |     0E 40 D2 FC 2A 13 74 A0  |  paul@whooppee.com    |
| and kernel hacker  |     E4 69 D5 BE 65 E4 56 C6  |  paul_goyette@ins.com |
-----------------------------------------------------------------------------