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.
This commit is contained in:
John Polstra 1999-04-22 21:02:44 +00:00
parent 52ae8152fa
commit 607c815bef
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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