Subject: Re: inconsistencies in -current
To: None <port-mac68k@NetBSD.ORG>
From: Taras Ivanenko <ivanenko@ctpa03.mit.edu>
List: port-mac68k
Date: 10/16/1996 11:26:06
Here are some more problems:
in file /usr/src/sys/arch/m68k/fpe/fpu_calcea.c:?? the declaration is
int fusword __P((void *));
but sys/systm.h says:
short fusword __P((const void *));
MACH_CLASSQ2 is used in machdep.c but not defined anywhere, even in
machine/cpu.h I could not guess the correct value so I commented out
the part of the code which depends on this constant for a quick
fix.
Happy compiling,
Taras Ivanenko.