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