diff options
Diffstat (limited to 'sys/arch/hppa/spmath/mpyu.c')
-rw-r--r-- | sys/arch/hppa/spmath/mpyu.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/mpyu.c b/sys/arch/hppa/spmath/mpyu.c index 8372a44cb00..8a62afb8178 100644 --- a/sys/arch/hppa/spmath/mpyu.c +++ b/sys/arch/hppa/spmath/mpyu.c @@ -1,3 +1,5 @@ +/* $OpenBSD: mpyu.c,v 1.3 1998/07/02 19:05:46 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 mpyu(opnd1,opnd2,result) +void +mpyu(opnd1,opnd2,result) unsigned int opnd1, opnd2; struct mdsfu_register *result; |