summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/tc/scc.c
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-01-13 11:30:45 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-01-13 11:30:45 +0000
commit7983744be2fe140fbcf8494248f6d7060543ce14 (patch)
treec2ab9b4ade56509e7b5b49643d42ea603f56c531 /sys/arch/pmax/tc/scc.c
parent56634a433950416fba341406aafe2b5107c7d2fc (diff)
type change to make it compile on the pmax of now
Diffstat (limited to 'sys/arch/pmax/tc/scc.c')
-rw-r--r--sys/arch/pmax/tc/scc.c2
1 files changed, 1 insertions, 1 deletions
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;