diff options
Diffstat (limited to 'sys/arch/pmax/dev/rcons.c')
-rw-r--r-- | sys/arch/pmax/dev/rcons.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/rcons.c b/sys/arch/pmax/dev/rcons.c index 9ac3b6a1330..d7002e2b271 100644 --- a/sys/arch/pmax/dev/rcons.c +++ b/sys/arch/pmax/dev/rcons.c @@ -364,6 +364,7 @@ rconspoll(dev, events, p) int events; struct proc *p; { + return (ttselect(dev, events, p)); } @@ -374,7 +375,8 @@ rconsmmap (dev, off, prot) int off; int prot; { - return 0; + + return -1; } void |