[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Real TIOCSETP
Nicholas S Castellano writes:
> tty.c, file.h, xbios.c: ++entropy@terminator.rs.itd.umich.edu
> Add a real TIOCSETP (differs from TIOCSETN in that it waits for
> the output buffer to be empty if the device supports TIOCOUTQ.)
> Remove a kludge in rsconf() which is not needed if a real TIOCSETP
> exists.
problem: with this patch old programs can hang in TIOCSETN because
then they really get TIOCSETP... and you usually only set an alarm for
TIOCSETP not TIOCSETN.
i forgot about this patch until i had to use gdb on uucico to find out
why it hangs... see next message. :)
cheers
Juergen
--
J"urgen Lock / nox@jelal.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox
...ohne Gewehr
PGP public key fingerprint = 8A 18 58 54 03 7B FC 12 1F 8B 63 C7 19 27 CF DA
- Follow-Ups:
- Real TIOCSETP
- From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>