diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:27:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:27:49 +0000 |
commit | c6af50ae96c114059441edde31a2879102e32d99 (patch) | |
tree | e77d44cd72b4d881fb3461d76bdd50f77adc0966 /sys/arch/sparc/include/float.h | |
parent | c1492b0f5209b759b0ab6624db56b310c28e48e2 (diff) |
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and
not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/float.h')
-rw-r--r-- | sys/arch/sparc/include/float.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/float.h b/sys/arch/sparc/include/float.h index eadcad4d141..8a724573044 100644 --- a/sys/arch/sparc/include/float.h +++ b/sys/arch/sparc/include/float.h @@ -1,4 +1,5 @@ -/* $NetBSD: float.h,v 1.5 1995/06/20 20:45:53 jtc Exp $ */ +/* $OpenBSD: float.h,v 1.3 1997/08/08 08:26:19 downsj Exp $ */ +/* $NetBSD: float.h,v 1.6 1997/07/18 05:11:52 thorpej Exp $ */ /* * Copyright (c) 1992, 1993 @@ -50,7 +51,7 @@ #include <sys/cdefs.h> __BEGIN_DECLS -int __flt_rounds __P((void)); +int __flt_rounds __P((void)); __END_DECLS #define FLT_RADIX 2 /* b */ |