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