From 63064e96184bb23d844328fbb96bea72c636f8cb Mon Sep 17 00:00:00 2001 From: graichen Date: Mon, 13 Jan 1997 10:53:26 +0000 Subject: [PATCH] small changes to get it compiled on the pmax (does'nt affect anything else) --- sys/dev/tc/asc.c | 4 ++-- sys/dev/tc/asc_ioasic.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index d43a317b199..cafd9b84422 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1240,7 +1240,7 @@ abort: #if 0 panic("asc_intr"); #else - boot(4, NULL); /* XXX */ + boot(4); /* XXX */ #endif } @@ -2057,7 +2057,7 @@ asc_timeout(arg) #if 0 panic("asc_timeout"); #else - boot(4, NULL); /* XXX */ + boot(4); /* XXX */ #endif } diff --git a/sys/dev/tc/asc_ioasic.c b/sys/dev/tc/asc_ioasic.c index 14c6e987a91..c35ffb927ad 100644 --- a/sys/dev/tc/asc_ioasic.c +++ b/sys/dev/tc/asc_ioasic.c @@ -26,7 +26,7 @@ #include /* XXX */ #include -#include /* XXX XXX bus.h needs cache-consistency*/ +#include /* XXX XXX bus.h needs cache-consistency*/ /*XXX*/ #include /* XXX ioasic register defs? */ -- 2.20.1