summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/dfrem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/spmath/dfrem.c')
-rw-r--r--sys/arch/hppa/spmath/dfrem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/spmath/dfrem.c b/sys/arch/hppa/spmath/dfrem.c
index 92abcc446dc..d1779792d16 100644
--- a/sys/arch/hppa/spmath/dfrem.c
+++ b/sys/arch/hppa/spmath/dfrem.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: dfrem.c,v 1.3 1998/07/02 19:05:03 mickey Exp $ */
+
/*
* Copyright 1996 1995 by Open Software Foundation, Inc.
* All Rights Reserved
@@ -44,7 +46,7 @@
/*
* Double Precision Floating-point Remainder
*/
-
+int
dbl_frem(srcptr1,srcptr2,dstptr,status)
dbl_floating_point *srcptr1, *srcptr2, *dstptr;