From 1cdad6ce05fd7bf2982518678ba9eaf90ab317b7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 26 Jun 2012 16:12:46 +0000 Subject: 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. --- sys/arch/luna88k/include/_float.h | 3 +++ sys/arch/luna88k/include/float.h | 3 --- sys/arch/luna88k/include/internal_types.h | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 sys/arch/luna88k/include/_float.h delete mode 100644 sys/arch/luna88k/include/float.h delete mode 100644 sys/arch/luna88k/include/internal_types.h (limited to 'sys/arch/luna88k') diff --git a/sys/arch/luna88k/include/_float.h b/sys/arch/luna88k/include/_float.h new file mode 100644 index 00000000000..795b116b305 --- /dev/null +++ b/sys/arch/luna88k/include/_float.h @@ -0,0 +1,3 @@ +/* $OpenBSD: _float.h,v 1.1 2012/06/26 16:12:44 deraadt Exp $ */ + +#include diff --git a/sys/arch/luna88k/include/float.h b/sys/arch/luna88k/include/float.h deleted file mode 100644 index 943eb389227..00000000000 --- a/sys/arch/luna88k/include/float.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: float.h,v 1.3 2004/04/26 14:31:08 miod Exp $ */ -/* public domain */ -#include diff --git a/sys/arch/luna88k/include/internal_types.h b/sys/arch/luna88k/include/internal_types.h deleted file mode 100644 index 0fb181f107d..00000000000 --- a/sys/arch/luna88k/include/internal_types.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: internal_types.h,v 1.3 2004/04/26 14:31:08 miod Exp $ */ -/* public domain */ -#include -- cgit v1.2.3