summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/floatingpoint.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-04 19:16:37 +0000
committerwollman <wollman@FreeBSD.org>1994-08-04 19:16:37 +0000
commit3d95e518393e038665b22141c351322c6fbbd556 (patch)
tree4bd450b316fdcec0712729bb3b6ed2c3dc151325 /sys/amd64/include/floatingpoint.h
parentc769b45a20dae1e9390ec27384d8124c364ae3c9 (diff)
downloadFreeBSD-src-3d95e518393e038665b22141c351322c6fbbd556.zip
FreeBSD-src-3d95e518393e038665b22141c351322c6fbbd556.tar.gz
Move ieeefp.h over, and put it in the correct subdirectory this time.
Submitted by: Andrew Moore
Diffstat (limited to 'sys/amd64/include/floatingpoint.h')
-rw-r--r--sys/amd64/include/floatingpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h
index ed47cf6..182e5a3 100644
--- a/sys/amd64/include/floatingpoint.h
+++ b/sys/amd64/include/floatingpoint.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
- * $Id: floatingpoint.h,v 1.3 1993/10/16 14:39:18 rgrimes Exp $
+ * $Id: floatingpoint.h,v 1.4 1993/11/07 17:42:55 wollman Exp $
*/
/*
@@ -42,7 +42,7 @@
#define _FLOATINGPOINT_H_
#include <sys/cdefs.h>
-#include <sys/ieeefp.h>
+#include <machine/ieeefp.h>
#ifdef __GNUC__
OpenPOWER on IntegriCloud