From: graichen Date: Mon, 13 Jan 1997 11:30:32 +0000 (+0000) Subject: type change to make it compile on the pmax of now X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1028aa4bf5395e586a7a4219ad239da237b24672;p=openbsd type change to make it compile on the pmax of now --- diff --git a/sys/arch/pmax/dev/dtop.c b/sys/arch/pmax/dev/dtop.c index 6db3e880403..df0e35c2021 100644 --- a/sys/arch/pmax/dev/dtop.c +++ b/sys/arch/pmax/dev/dtop.c @@ -690,7 +690,7 @@ dtopparam(tp, t) * Stop output on a line. */ /*ARGSUSED*/ -void +int /* TTTTT was void */ dtopstop(tp, flag) register struct tty *tp; int flag; diff --git a/sys/arch/pmax/tc/scc.c b/sys/arch/pmax/tc/scc.c index ca487ab7e6a..2c656655873 100644 --- a/sys/arch/pmax/tc/scc.c +++ b/sys/arch/pmax/tc/scc.c @@ -1332,7 +1332,7 @@ out: * Stop output on a line. */ /*ARGSUSED*/ -void +int /* TTTTT was void */ sccstop(tp, flag) register struct tty *tp; int flag;