From 186df561f20e8ff3f8c74f3f4ef6ac29f67485e2 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 2 Jul 1998 19:06:04 +0000 Subject: ansi and fancy gcc --- sys/arch/hppa/spmath/divsfm.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/spmath/divsfm.c') diff --git a/sys/arch/hppa/spmath/divsfm.c b/sys/arch/hppa/spmath/divsfm.c index 04d61997563..89a395d33aa 100644 --- a/sys/arch/hppa/spmath/divsfm.c +++ b/sys/arch/hppa/spmath/divsfm.c @@ -1,3 +1,5 @@ +/* $OpenBSD: divsfm.c,v 1.3 1998/07/02 19:05:09 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 divsfm(opnd1,opnd2,result) +void +divsfm(opnd1,opnd2,result) int opnd1, opnd2; struct mdsfu_register *result; -- cgit v1.2.3