summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/mpyucv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/spmath/mpyucv.c')
-rw-r--r--sys/arch/hppa/spmath/mpyucv.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/mpyucv.c b/sys/arch/hppa/spmath/mpyucv.c
index aa5dd75135e..921ececfaea 100644
--- a/sys/arch/hppa/spmath/mpyucv.c
+++ b/sys/arch/hppa/spmath/mpyucv.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: mpyucv.c,v 1.3 1998/07/02 19:05:47 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 mpyucv(opnd1,opnd2,result)
+void
+mpyucv(opnd1,opnd2,result)
unsigned int opnd1, opnd2;
struct mdsfu_register *result;