Forgot to munge the #includes in last commit.

This commit is contained in:
mycroft 1994-05-03 20:32:22 +00:00
parent e8f7c7c31b
commit 0ee51c2c8b
3 changed files with 5 additions and 11 deletions

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 1993, 1994 Charles Hannum.
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
@ -34,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.22 1994/05/03 08:23:57 mycroft Exp $
* $Id: clock.c,v 1.23 1994/05/03 20:32:24 mycroft Exp $
*/
/*
* Mach Operating System
@ -102,6 +103,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <i386/isa/clock.h>
#include <i386/isa/rtc.h>
#include <i386/isa/timerreg.h>
#include <i386/isa/spkrreg.h>
void spinwait __P((int));

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.53 1994/05/03 08:23:55 mycroft Exp $
* $Id: isa.c,v 1.54 1994/05/03 20:32:22 mycroft Exp $
*/
/*
@ -56,15 +56,11 @@
#include <i386/isa/isa_device.h>
#include <i386/isa/isavar.h>
#include <i386/isa/ic/i8042.h>
#include <i386/isa/timerreg.h>
#include <i386/isa/spkrreg.h>
/* sorry, has to be here, no place else really suitable */
#include <machine/pc/display.h>
u_short *Crtat = (u_short *)MONO_BUF;
static void sysbeepstop(int);
/*
* Configure all ISA devices
*

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.53 1994/05/03 08:23:55 mycroft Exp $
* $Id: isa.c,v 1.54 1994/05/03 20:32:22 mycroft Exp $
*/
/*
@ -56,15 +56,11 @@
#include <i386/isa/isa_device.h>
#include <i386/isa/isavar.h>
#include <i386/isa/ic/i8042.h>
#include <i386/isa/timerreg.h>
#include <i386/isa/spkrreg.h>
/* sorry, has to be here, no place else really suitable */
#include <machine/pc/display.h>
u_short *Crtat = (u_short *)MONO_BUF;
static void sysbeepstop(int);
/*
* Configure all ISA devices
*