summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-22 21:02:44 +0000
committerjdp <jdp@FreeBSD.org>1999-04-22 21:02:44 +0000
commit43e60106b0c55037543e4c273d5346edb72e03b9 (patch)
treeb2e5d6772ae9486b0b7911b057ef15b66a178061
parenta099f8cc73ae156b4a48ad64eff911a1b74e7feb (diff)
downloadFreeBSD-src-43e60106b0c55037543e4c273d5346edb72e03b9.zip
FreeBSD-src-43e60106b0c55037543e4c273d5346edb72e03b9.tar.gz
Update #include statements to reflect the new location of "sioreg.h".
With these changes plus the egcs fix I committed a few minutes ago, "make -DWANT_AOUT world" works again. Most likely, "make upgrade" is fixed too, though I haven't tested that.
-rw-r--r--sys/boot/pc98/boot2/serial.S4
-rw-r--r--sys/i386/boot/biosboot/serial.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/pc98/boot2/serial.S b/sys/boot/pc98/boot2/serial.S
index 5123f0c..fed109e 100644
--- a/sys/boot/pc98/boot2/serial.S
+++ b/sys/boot/pc98/boot2/serial.S
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:34:26 rpd
- * $Id: serial.S,v 1.8 1999/01/03 05:03:46 kato Exp $
+ * $Id: serial.S,v 1.1 1999/02/03 08:39:08 kato Exp $
*/
/*
@@ -74,7 +74,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.file "serial.S"
-#include <i386/isa/sioreg.h>
+#include <isa/sioreg.h>
#include "asm.h"
.text
diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S
index 28c4624..11d63f0 100644
--- a/sys/i386/boot/biosboot/serial.S
+++ b/sys/i386/boot/biosboot/serial.S
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:34:26 rpd
- * $Id: serial.S,v 1.10 1998/01/01 13:01:31 bde Exp $
+ * $Id: serial.S,v 1.11 1998/02/01 22:39:24 bde Exp $
*/
/*
@@ -67,7 +67,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.file "serial.S"
-#include <i386/isa/sioreg.h>
+#include <isa/sioreg.h>
#include "asm.h"
.text
OpenPOWER on IntegriCloud