diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-01 00:19:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-01 00:19:10 +0000 |
commit | 8bdc5996ee66394d9cb5a88d0780c0eea08d5bdb (patch) | |
tree | b22c6058560c4ed5d3fce844a5ca33b8b45372ee /sys/arch/alpha | |
parent | 8c0480dc0285a91e5a5d6a66a22fd761f28ec005 (diff) |
Provide real ieee fp*() functions; from NetBSD.
ok millert@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/sysarch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/sysarch.h b/sys/arch/alpha/include/sysarch.h index a439c52c7e2..e441e72a092 100644 --- a/sys/arch/alpha/include/sysarch.h +++ b/sys/arch/alpha/include/sysarch.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysarch.h,v 1.3 2002/04/28 20:55:14 pvalchev Exp $ */ +/* $OpenBSD: sysarch.h,v 1.4 2003/03/01 00:19:09 miod Exp $ */ /* $NetBSD: sysarch.h,v 1.8 2001/04/26 03:10:46 ross Exp $ */ /*- @@ -40,7 +40,6 @@ #ifndef _ALPHA_SYSARCH_H_ #define _ALPHA_SYSARCH_H_ -#include <machine/bus.h> #include <machine/ieeefp.h> /* |