summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/include/float.h4
-rw-r--r--sys/arch/arc/include/float.h4
-rw-r--r--sys/arch/i386/include/float.h2
-rw-r--r--sys/arch/m68k/include/float.h4
-rw-r--r--sys/arch/mvme88k/include/float.h2
-rw-r--r--sys/arch/pc532/include/float.h2
-rw-r--r--sys/arch/pmax/include/float.h2
-rw-r--r--sys/arch/powerpc/include/float.h4
-rw-r--r--sys/arch/sparc/include/float.h2
-rw-r--r--sys/arch/vax/include/float.h8
-rw-r--r--sys/arch/wgrisc/include/float.h4
11 files changed, 22 insertions, 16 deletions
diff --git a/sys/arch/alpha/include/float.h b/sys/arch/alpha/include/float.h
index fa51cc4a5ea..8de58003b23 100644
--- a/sys/arch/alpha/include/float.h
+++ b/sys/arch/alpha/include/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.3 1996/10/30 22:39:05 niklas Exp $ */
+/* $OpenBSD: float.h,v 1.4 1997/08/01 21:35:25 deraadt Exp $ */
/* $NetBSD: float.h,v 1.4 1995/06/20 20:45:22 jtc Exp $ */
/*
@@ -40,7 +40,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/arc/include/float.h b/sys/arch/arc/include/float.h
index 27f365d9a17..674f280736e 100644
--- a/sys/arch/arc/include/float.h
+++ b/sys/arch/arc/include/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.2 1996/07/30 20:24:25 pefo Exp $ */
+/* $OpenBSD: float.h,v 1.3 1997/08/01 21:35:26 deraadt Exp $ */
/* $NetBSD: float.h,v 1.7 1995/06/20 20:45:50 jtc Exp $ */
/*
@@ -42,7 +42,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/i386/include/float.h b/sys/arch/i386/include/float.h
index 8981493e4c5..cfd5a78e2b7 100644
--- a/sys/arch/i386/include/float.h
+++ b/sys/arch/i386/include/float.h
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
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 <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/mvme88k/include/float.h b/sys/arch/mvme88k/include/float.h
index e083679a6fb..9f842896d52 100644
--- a/sys/arch/mvme88k/include/float.h
+++ b/sys/arch/mvme88k/include/float.h
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/pc532/include/float.h b/sys/arch/pc532/include/float.h
index 740e82785d6..6dcf8d9ea44 100644
--- a/sys/arch/pc532/include/float.h
+++ b/sys/arch/pc532/include/float.h
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/pmax/include/float.h b/sys/arch/pmax/include/float.h
index 2e4e7079a70..de78ab571ba 100644
--- a/sys/arch/pmax/include/float.h
+++ b/sys/arch/pmax/include/float.h
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/powerpc/include/float.h b/sys/arch/powerpc/include/float.h
index a1efba05c27..1084cf7350f 100644
--- a/sys/arch/powerpc/include/float.h
+++ b/sys/arch/powerpc/include/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.2 1996/12/28 06:25:07 rahnds Exp $ */
+/* $OpenBSD: float.h,v 1.3 1997/08/01 21:35:33 deraadt Exp $ */
/* $NetBSD: float.h,v 1.1 1996/09/30 16:34:24 ws Exp $ */
/*
@@ -42,7 +42,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/sparc/include/float.h b/sys/arch/sparc/include/float.h
index 8022d3aa8b4..eadcad4d141 100644
--- a/sys/arch/sparc/include/float.h
+++ b/sys/arch/sparc/include/float.h
@@ -50,7 +50,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */
diff --git a/sys/arch/vax/include/float.h b/sys/arch/vax/include/float.h
index ff59f6ac292..2d704f0e1af 100644
--- a/sys/arch/vax/include/float.h
+++ b/sys/arch/vax/include/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.2 1997/05/29 00:04:39 niklas Exp $ */
+/* $OpenBSD: float.h,v 1.3 1997/08/01 21:35:35 deraadt Exp $ */
/* $NetBSD: float.h,v 1.2 1994/10/26 08:02:08 cgd Exp $ */
/*
@@ -36,6 +36,12 @@
* @(#)float.h 7.2 (Berkeley) 6/28/90
*/
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+int __flt_rounds __P((void));
+__END_DECLS
+
#define FLT_RADIX 2 /* b */
#define FLT_ROUNDS 1 /* FP addition rounds to nearest */
diff --git a/sys/arch/wgrisc/include/float.h b/sys/arch/wgrisc/include/float.h
index 19c9ee76e9b..2eb31b1adc9 100644
--- a/sys/arch/wgrisc/include/float.h
+++ b/sys/arch/wgrisc/include/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.1 1997/02/06 16:02:43 pefo Exp $ */
+/* $OpenBSD: float.h,v 1.2 1997/08/01 21:35:36 deraadt Exp $ */
/* $NetBSD: float.h,v 1.7 1995/06/20 20:45:50 jtc Exp $ */
/*
@@ -42,7 +42,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */