summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-03-04 14:00:32 +0000
committertijl <tijl@FreeBSD.org>2012-03-04 14:00:32 +0000
commit28848902c77a2d9cc69d4827c19a592aa8c8f601 (patch)
tree6209bacbb9b236c9dc680fca28d374e7e0299fda /sys/pc98
parent2e83fcc66188fc1cc5216900c5441dd22e736c2b (diff)
downloadFreeBSD-src-28848902c77a2d9cc69d4827c19a592aa8c8f601.zip
FreeBSD-src-28848902c77a2d9cc69d4827c19a592aa8c8f601.tar.gz
Copy amd64 float.h to x86 and merge with i386 float.h. Replace
amd64/i386/pc98 float.h with stubs.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/float.h b/sys/pc98/include/float.h
index 28e3b02..4759963 100644
--- a/sys/pc98/include/float.h
+++ b/sys/pc98/include/float.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/float.h>
+#include <x86/float.h>
OpenPOWER on IntegriCloud