aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/floatingpoint.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-04 19:16:37 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-04 19:16:37 +0000
commit50f44fa07d13ef9c4228caca160f3a5e15fac11a (patch)
tree4bd450b316fdcec0712729bb3b6ed2c3dc151325 /sys/amd64/include/floatingpoint.h
parenta68c32c7b31fccbff2dc7047527efdc207aaee3c (diff)
downloadsrc-50f44fa07d13ef9c4228caca160f3a5e15fac11a.tar.gz
src-50f44fa07d13ef9c4228caca160f3a5e15fac11a.zip
Move ieeefp.h over, and put it in the correct subdirectory this time.
Submitted by: Andrew Moore
Notes
Notes: svn path=/head/; revision=1834
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 ed47cf683d1c..182e5a386db0 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__