Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/include Remove double include that prevented ...



details:   https://anonhg.NetBSD.org/src/rev/48165ac168ea
branches:  trunk
changeset: 749280:48165ac168ea
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 25 08:43:15 2009 +0000

description:
Remove double include that prevented the right machdep LDBL_* constants
to be used.

Noticed by Masao Uebayashi.

diffstat:

 sys/arch/sparc/include/float.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (11 lines):

diff -r 46575ff90c13 -r 48165ac168ea sys/arch/sparc/include/float.h
--- a/sys/arch/sparc/include/float.h    Wed Nov 25 02:34:34 2009 +0000
+++ b/sys/arch/sparc/include/float.h    Wed Nov 25 08:43:15 2009 +0000
@@ -1,6 +1,4 @@
-/*     $NetBSD: float.h,v 1.11 2008/10/25 09:23:50 mrg Exp $ */
-
-#include <sys/float_ieee754.h>
+/*     $NetBSD: float.h,v 1.12 2009/11/25 08:43:15 martin Exp $ */
 
 #ifndef _SPARC_FLOAT_H_
 #define _SPARC_FLOAT_H_



Home | Main Index | Thread Index | Old Index