summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-06-26 16:12:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-06-26 16:12:46 +0000
commit1cdad6ce05fd7bf2982518678ba9eaf90ab317b7 (patch)
tree6563431024031fdbd95c5482d69461e6975efd51 /sys/arch/aviion/include
parent98d4eeada8bec1625d6a480d3139018eb12b9abd (diff)
create new machine/_float.h which is namespace clean. create a new
MI float.h which pulls in and defines the values that are needed from there, and repair sys/limits.h so that it defines the values it needs as well (depending on POSIX version, XPG version, etc). guenther has a more exact selection of that coming for limits.h. this also fixes a few mistakes for the vax. reviewed by kettenis and guenther.
Diffstat (limited to 'sys/arch/aviion/include')
-rw-r--r--sys/arch/aviion/include/_float.h3
-rw-r--r--sys/arch/aviion/include/float.h3
-rw-r--r--sys/arch/aviion/include/internal_types.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/aviion/include/_float.h b/sys/arch/aviion/include/_float.h
new file mode 100644
index 00000000000..f372beaa892
--- /dev/null
+++ b/sys/arch/aviion/include/_float.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: _float.h,v 1.1 2012/06/26 16:12:43 deraadt Exp $ */
+
+#include <m88k/_float.h>
diff --git a/sys/arch/aviion/include/float.h b/sys/arch/aviion/include/float.h
deleted file mode 100644
index d9514d72948..00000000000
--- a/sys/arch/aviion/include/float.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* $OpenBSD: float.h,v 1.1 2006/04/18 10:56:58 miod Exp $ */
-/* public domain */
-#include <m88k/float.h>
diff --git a/sys/arch/aviion/include/internal_types.h b/sys/arch/aviion/include/internal_types.h
deleted file mode 100644
index 272ab8141f1..00000000000
--- a/sys/arch/aviion/include/internal_types.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* $OpenBSD: internal_types.h,v 1.1 2006/04/18 10:56:58 miod Exp $ */
-/* public domain */
-#include <m88k/internal_types.h>