summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/fcnvff.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/spmath/fcnvff.c')
-rw-r--r--sys/arch/hppa/spmath/fcnvff.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/spmath/fcnvff.c b/sys/arch/hppa/spmath/fcnvff.c
index cb0e6d2f1f8..c6473f43f7c 100644
--- a/sys/arch/hppa/spmath/fcnvff.c
+++ b/sys/arch/hppa/spmath/fcnvff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fcnvff.c,v 1.7 2003/04/10 17:27:58 mickey Exp $ */
+/* $OpenBSD: fcnvff.c,v 1.8 2023/03/08 04:43:07 guenther Exp $ */
/*
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
To anyone who acknowledges that this file is provided "AS IS"
@@ -22,7 +22,6 @@
/*
* Single Floating-point to Double Floating-point
*/
-/*ARGSUSED*/
int
sgl_to_dbl_fcnvff(srcptr, null, dstptr, status)
sgl_floating_point *srcptr, *null;
@@ -108,7 +107,6 @@ sgl_to_dbl_fcnvff(srcptr, null, dstptr, status)
/*
* Double Floating-point to Single Floating-point
*/
-/*ARGSUSED*/
int
dbl_to_sgl_fcnvff(srcptr, null, dstptr, status)
dbl_floating_point *srcptr, *null;