Plan 9 from Bell Labs 1994-08-25
1 files changed, 1 insertions(+), 1 deletions(-) M pc/kbd.c
M pc/kbd.c => pc/kbd.c +1 -1
@@ 243,7 243,7 @@ serialmouse(int port, char *type, int setspeed) if(mousetype == Mouseserial) error(Emouseset); - if(port >= 2 || port < 0) + if(port >= 3 || port < 0) error(Ebadarg); /* set up /dev/eia0 as the mouse */