prototypes (strike one)
authorkstailey <kstailey@openbsd.org>
Thu, 13 Feb 1997 22:32:38 +0000 (22:32 +0000)
committerkstailey <kstailey@openbsd.org>
Thu, 13 Feb 1997 22:32:38 +0000 (22:32 +0000)
sys/arch/sun3/include/cpu.h

index d595dd5..c93e4ff 100644 (file)
@@ -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 *));