From: kstailey Date: Thu, 13 Feb 1997 22:32:38 +0000 (+0000) Subject: prototypes (strike one) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ea495c9fcbe7363c1a9a6f465015188fbbeff389;p=openbsd prototypes (strike one) --- 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 *));