From: graichen Date: Mon, 13 Jan 1997 10:53:26 +0000 (+0000) Subject: small changes to get it compiled on the pmax (does'nt affect anything else) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=63064e96184bb23d844328fbb96bea72c636f8cb;p=openbsd small changes to get it compiled on the pmax (does'nt affect anything else) --- 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? */