diff options
Diffstat (limited to 'sys/arch/hppa/spmath/mpyaccs.c')
-rw-r--r-- | sys/arch/hppa/spmath/mpyaccs.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/mpyaccs.c b/sys/arch/hppa/spmath/mpyaccs.c index aed43770097..079df8ff5ec 100644 --- a/sys/arch/hppa/spmath/mpyaccs.c +++ b/sys/arch/hppa/spmath/mpyaccs.c @@ -1,3 +1,5 @@ +/* $OpenBSD: mpyaccs.c,v 1.3 1998/07/02 19:05:40 mickey Exp $ */ + /* * Copyright 1996 1995 by Open Software Foundation, Inc. * All Rights Reserved @@ -38,9 +40,10 @@ */ -#include "../spmath/md.h" +#include "md.h" -VOID mpyaccs(opnd1,opnd2,result) +void +mpyaccs(opnd1,opnd2,result) int opnd1, opnd2; struct mdsfu_register *result; |