From 7983744be2fe140fbcf8494248f6d7060543ce14 Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Mon, 13 Jan 1997 11:30:45 +0000 Subject: type change to make it compile on the pmax of now --- sys/arch/pmax/dev/dtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/pmax/dev') 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; -- cgit v1.2.3