summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/softfloat.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-06-10 04:16:57 +0000
committerderaadt <deraadt@openbsd.org>2014-06-10 04:16:57 +0000
commitb5be37d2a6fbef83b90ca99497343fa8dbb0f3fc (patch)
tree1cf108b2ad222066281b99f97279b11c93ece20d /sys/lib/libkern/softfloat.h
parentuse memset instead of bzero (diff)
downloadwireguard-openbsd-b5be37d2a6fbef83b90ca99497343fa8dbb0f3fc.tar.xz
wireguard-openbsd-b5be37d2a6fbef83b90ca99497343fa8dbb0f3fc.zip
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>
/*