summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/softfloat.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-10 04:16:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-10 04:16:58 +0000
commit74f6da5d981b9a1caa39a2fc4c2ecaac4da4bd1f (patch)
tree42ba94ddcfa2134d45688c032f3faaf4ce527cd0 /sys/lib/libkern/softfloat.h
parent1d4e0b673ca67c458cb3600e2adcfd6f113dc7dd (diff)
mop up #ifdef _KERNEL goo; ok miod
Diffstat (limited to 'sys/lib/libkern/softfloat.h')
-rw-r--r--sys/lib/libkern/softfloat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/lib/libkern/softfloat.h b/sys/lib/libkern/softfloat.h
index cc5ed44172e..f469f6dd011 100644
--- a/sys/lib/libkern/softfloat.h
+++ b/sys/lib/libkern/softfloat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: softfloat.h,v 1.4 2008/10/07 22:06:29 martynas Exp $ */
+/* $OpenBSD: softfloat.h,v 1.5 2014/06/10 04:16:57 deraadt Exp $ */
/* $NetBSD: softfloat.h,v 1.1 2001/04/26 03:10:48 ross Exp $ */
/* This is a derivative work. */
@@ -68,11 +68,7 @@ this code that are retained.
#include <sys/types.h>
-#if !defined(_KERNEL) && !defined(_STANDALONE)
-#include <ieeefp.h>
-#else
#include "machine/ieeefp.h"
-#endif
#include <sys/endian.h>
/*