From 8327d0774703553db5e1a41a04bfdf4b1797c2ce Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 01:27:20 +0000 Subject: First round of __P removal in sys --- sys/arch/m68k/include/float.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k/include/float.h') diff --git a/sys/arch/m68k/include/float.h b/sys/arch/m68k/include/float.h index 7b3109c3cc6..984a9adee24 100644 --- a/sys/arch/m68k/include/float.h +++ b/sys/arch/m68k/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.3 1997/08/01 21:35:28 deraadt Exp $ */ +/* $OpenBSD: float.h,v 1.4 2002/03/14 01:26:34 millert Exp $ */ /* $NetBSD: float.h,v 1.10 1995/06/20 20:45:41 jtc Exp $ */ /* @@ -42,7 +42,7 @@ #include __BEGIN_DECLS -int __flt_rounds __P((void)); +int __flt_rounds(void); __END_DECLS #define FLT_RADIX 2 /* b */ -- cgit v1.2.3