Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Bugs in stty.c and gtty.c Message-ID: <1729@botter.cs.vu.nl> Date: Mon, 12-Oct-87 11:46:34 EDT Article-I.D.: botter.1729 Posted: Mon Oct 12 11:46:34 1987 Date-Received: Wed, 14-Oct-87 04:47:00 EDT Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Organization: VU Informatica, Amsterdam Lines: 7 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)