ast@cs.vu.nl (Andy Tanenbaum) (10/12/87)
It has been pointed out to me that there are errors in the stty.c and gtty.c
routines I posted recently. The call to ioctl should be
return (ioctl(...));
in both cases. The way I posted them, the routines do not return values.
Andy Tanenbaum (ast@cs.vu.nl)