diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-13 11:30:45 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-13 11:30:45 +0000 |
commit | 7983744be2fe140fbcf8494248f6d7060543ce14 (patch) | |
tree | c2ab9b4ade56509e7b5b49643d42ea603f56c531 /sys/arch | |
parent | 56634a433950416fba341406aafe2b5107c7d2fc (diff) |
type change to make it compile on the pmax of now
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/dev/dtop.c | 2 | ||||
-rw-r--r-- | sys/arch/pmax/tc/scc.c | 2 |
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; |