From 43e60106b0c55037543e4c273d5346edb72e03b9 Mon Sep 17 00:00:00 2001 From: jdp Date: Thu, 22 Apr 1999 21:02:44 +0000 Subject: [PATCH] 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. --- sys/boot/pc98/boot2/serial.S | 4 ++-- sys/i386/boot/biosboot/serial.S | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/boot/pc98/boot2/serial.S b/sys/boot/pc98/boot2/serial.S index 5123f0cb969..fed109ebdc5 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 +#include #include "asm.h" .text diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index 28c4624b881..11d63f08272 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 +#include #include "asm.h" .text -- 2.45.2