summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/setovfl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/spmath/setovfl.c')
-rw-r--r--sys/arch/hppa/spmath/setovfl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/spmath/setovfl.c b/sys/arch/hppa/spmath/setovfl.c
index e829a317bc5..c28074bda40 100644
--- a/sys/arch/hppa/spmath/setovfl.c
+++ b/sys/arch/hppa/spmath/setovfl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setovfl.c,v 1.5 2002/05/07 22:19:30 mickey Exp $ */
+/* $OpenBSD: setovfl.c,v 1.6 2002/09/20 19:26:59 mickey Exp $ */
/*
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
To anyone who acknowledges that this file is provided "AS IS"
@@ -19,7 +19,7 @@
#include "dbl_float.h"
/*ARGSUSED*/
-sgl_floating_point
+sgl_floating_point
sgl_setoverflow(sign)
unsigned int sign;
{
@@ -55,8 +55,8 @@ sgl_setoverflow(sign)
}
/*ARGSUSED*/
-dbl_floating_point
-dbl_setoverflow(sign)
+dbl_floating_point
+dbl_setoverflow(sign)
unsigned int sign;
{
dbl_floating_point result;