From 3a9b1c345aa754e6b2ad22027ceef577f7c77551 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 21 Oct 1994 01:19:28 +0000 Subject: Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). This involves fixing a few things I broke last time. --- sys/i386/isa/ctx.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys/i386/isa/ctx.c') diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 7a14059..8930d27 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.1 1994/10/01 17:59:41 davidg Exp $ + * $Id: ctx.c,v 1.2 1994/10/19 01:58:55 wollman Exp $ */ /* @@ -119,10 +119,11 @@ #include #include #include +#include -#include "isa.h" -#include "isa_device.h" -#include "ctxreg.h" +#include +#include +#include #include int waitvb(short); -- cgit v1.1