summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-25 20:31:01 +0000
committerbde <bde@FreeBSD.org>1996-06-25 20:31:01 +0000
commita89f142f6f444991ef10915d896da5ff69a01205 (patch)
tree1b9af4e035faa2ddfe69a7f94e1342324d6b4c97 /sys/gnu/i386
parent010c2800ac465122fd044b00182f58244ecaa396 (diff)
downloadFreeBSD-src-a89f142f6f444991ef10915d896da5ff69a01205.zip
FreeBSD-src-a89f142f6f444991ef10915d896da5ff69a01205.tar.gz
Added #include of <machine/md_var.h>. This will be needed when
some declarations are moved from <machine/cpufunc.h> to better places.
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/load_store.c3
-rw-r--r--sys/gnu/i386/fpemul/reg_ld_str.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/gnu/i386/fpemul/load_store.c b/sys/gnu/i386/fpemul/load_store.c
index e45b67e..94f61b6 100644
--- a/sys/gnu/i386/fpemul/load_store.c
+++ b/sys/gnu/i386/fpemul/load_store.c
@@ -57,7 +57,7 @@
* W. Metzenthen June 1994.
*
*
- * $Id: load_store.c,v 1.3 1994/06/10 07:44:30 rich Exp $
+ * $Id: load_store.c,v 1.4 1994/09/21 22:22:46 bde Exp $
*
*/
@@ -72,6 +72,7 @@
#include "proc.h"
#include "systm.h"
#include "machine/cpu.h"
+#include "machine/md_var.h"
#include "machine/pcb.h"
#include "fpu_emu.h"
diff --git a/sys/gnu/i386/fpemul/reg_ld_str.c b/sys/gnu/i386/fpemul/reg_ld_str.c
index 8fde12f..f087b33 100644
--- a/sys/gnu/i386/fpemul/reg_ld_str.c
+++ b/sys/gnu/i386/fpemul/reg_ld_str.c
@@ -56,7 +56,7 @@
* W. Metzenthen June 1994.
*
*
- * $Id: reg_ld_str.c,v 1.4 1994/08/31 04:45:24 davidg Exp $
+ * $Id: reg_ld_str.c,v 1.5 1994/09/21 22:22:48 bde Exp $
*
*/
@@ -71,6 +71,7 @@
#include "proc.h"
#include "systm.h"
#include "machine/cpu.h"
+#include "machine/md_var.h"
#include "machine/pcb.h"
#include "fpu_emu.h"
OpenPOWER on IntegriCloud