summaryrefslogtreecommitdiff
path: root/sys/gnu/arch/i386/fpemul/reg_ld_str.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-07-30 20:24:04 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-07-30 20:24:04 +0000
commit2c29111f4b4fa3dd66cb0f9701e82623fbbdbb3a (patch)
tree3672947683102e3786d23ecfdc134886aa0d5c14 /sys/gnu/arch/i386/fpemul/reg_ld_str.c
parente526709cbd6cd1c721213d09a733738259feed7b (diff)
de-ifdef... now this is starting to make sense (it's still ugly and broken, tho)
Diffstat (limited to 'sys/gnu/arch/i386/fpemul/reg_ld_str.c')
-rw-r--r--sys/gnu/arch/i386/fpemul/reg_ld_str.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/gnu/arch/i386/fpemul/reg_ld_str.c b/sys/gnu/arch/i386/fpemul/reg_ld_str.c
index 924275393fd..6c4bef61011 100644
--- a/sys/gnu/arch/i386/fpemul/reg_ld_str.c
+++ b/sys/gnu/arch/i386/fpemul/reg_ld_str.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: reg_ld_str.c,v 1.2 2003/01/09 22:27:12 miod Exp $ */
+/* $OpenBSD: reg_ld_str.c,v 1.3 2003/07/30 20:24:03 jason Exp $ */
/*
* reg_ld_str.c
*
@@ -72,9 +72,6 @@
#include <sys/proc.h>
#include <sys/systm.h>
#include <machine/cpu.h>
-#if defined(__FreeBSD__)
-#include <machine/md_var.h>
-#endif
#include <machine/pcb.h>
#include <gnu/arch/i386/fpemul/fpu_emu.h>