Subject: inconsistencies in -current
To: None <port-mac68k@NetBSD.ORG>
From: Taras Ivanenko <ivanenko@ctpa03.mit.edu>
List: port-mac68k
Date: 10/16/1996 09:30:18
I gad a lood luck to build config before trying to make the -current
kernel and I noticed few inconsistencies in it.

in file /usr/src/sys/arch/m68k/fpe/fpu_emulate.c:53 the declaration is 
int	fusword __P((void *)); 
but sys/systm.h says:
short	fusword __P((const void *));


in file machine/cpu.h:318
int	susword __P((caddr_t, u_int));
while in machine/systm.h
int	susword __P((void *, short));


In both cases systm.h seems to be right.

	Taras Ivanenko.