Module Name: src
Committed By: martin
Date: Wed Nov 25 08:43:16 UTC 2009
Modified Files:
src/sys/arch/sparc/include: float.h
Log Message:
Remove double include that prevented the right machdep LDBL_* constants
to be used.
Noticed by Masao Uebayashi.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc/include/float.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/include/float.h
diff -u src/sys/arch/sparc/include/float.h:1.11 src/sys/arch/sparc/include/float.h:1.12
--- src/sys/arch/sparc/include/float.h:1.11 Sat Oct 25 09:23:50 2008
+++ src/sys/arch/sparc/include/float.h Wed Nov 25 08:43:15 2009
@@ -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_