summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/mpyscv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/spmath/mpyscv.c')
-rw-r--r--sys/arch/hppa/spmath/mpyscv.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/spmath/mpyscv.c b/sys/arch/hppa/spmath/mpyscv.c
index b58948bd4d8..ccd19938c0e 100644
--- a/sys/arch/hppa/spmath/mpyscv.c
+++ b/sys/arch/hppa/spmath/mpyscv.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: mpyscv.c,v 1.3 1998/07/02 19:05:44 mickey Exp $ */
+
/*
* Copyright 1996 1995 by Open Software Foundation, Inc.
* All Rights Reserved
@@ -40,7 +42,8 @@
#include "../spmath/md.h"
-VOID mpyscv(opnd1,opnd2,result)
+void
+mpyscv(opnd1,opnd2,result)
int opnd1, opnd2;
struct mdsfu_register *result;