home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!wupost!usc!sol.ctr.columbia.edu!eff!ibmpcug!gaffer
- From: gaffer@ibmpcug.co.uk (Andrew Beattie)
- Newsgroups: comp.unix.sysv386
- Subject: TCXONC hangs on SCO 3.2.2
- Message-ID: <Bt65yu.4rn@ibmpcug.co.uk>
- Date: 18 Aug 92 07:54:29 GMT
- Organization: The IBM PC User Group, UK.
- Lines: 16
-
- If I do:
- fd = open("/dev/tty01",O_RDWR|O_NDELAY);
-
- followed by:
- ioctl(fd, TCXONC, 0);
-
- On SCO 3.2.4, it works fine (stopping output on tty01).
-
- If I do it on 3.2.2, the ioctl hangs. (the output also slows down, as if
- something is trying to stop it but failing)
-
- Needless to say, I need it to work on 3.2.2
-
- Can anyone throw some light on this problem?
-
- Andrew (gaffer@ibmpcug.co.uk)
-