From 8b542be04f44ace75db3085327c2135a1d102c8a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 1 Aug 1997 21:35:37 +0000 Subject: proto __flt_rounds correctly --- sys/arch/m68k/include/float.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k/include') diff --git a/sys/arch/m68k/include/float.h b/sys/arch/m68k/include/float.h index a77f26d05ff..7b3109c3cc6 100644 --- a/sys/arch/m68k/include/float.h +++ b/sys/arch/m68k/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.2 1996/05/29 18:38:31 niklas Exp $ */ +/* $OpenBSD: float.h,v 1.3 1997/08/01 21:35:28 deraadt Exp $ */ /* $NetBSD: float.h,v 1.10 1995/06/20 20:45:41 jtc Exp $ */ /* @@ -42,7 +42,7 @@ #include __BEGIN_DECLS -extern int __flt_rounds(); +int __flt_rounds __P((void)); __END_DECLS #define FLT_RADIX 2 /* b */ -- cgit v1.2.3