From ea495c9fcbe7363c1a9a6f465015188fbbeff389 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 13 Feb 1997 22:32:38 +0000 Subject: [PATCH] prototypes (strike one) --- sys/arch/sun3/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h index d595dd50b37..c93e4ff4a29 100644 --- a/sys/arch/sun3/include/cpu.h +++ b/sys/arch/sun3/include/cpu.h @@ -178,8 +178,7 @@ long dvma_kvtopa __P((long, int)); void dumpconf __P((void)); /* locore.s */ -short fusword __P((u_short *)); -int susword __P((u_short *t, u_short)); +short fusword __P((void *)); struct pcb; void savectx __P((struct pcb *)); -- 2.20.1