summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/pmax/dev/dtop.c2
-rw-r--r--sys/arch/pmax/tc/scc.c2
2 files changed, 2 insertions, 2 deletions
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;