* Fix standards compliance bugs in the tty layer
@ 2003-05-15 3:31 davej
0 siblings, 0 replies; only message in thread
From: davej @ 2003-05-15 3:31 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
This went into 2.4 back last August with the comment in $subject.
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/char/tty_ioctl.c linux-2.5/drivers/char/tty_ioctl.c
--- bk-linus/drivers/char/tty_ioctl.c 2003-04-24 03:50:37.000000000 +0100
+++ linux-2.5/drivers/char/tty_ioctl.c 2003-04-24 03:53:14.000000000 +0100
@@ -394,7 +394,7 @@ int n_tty_ioctl(struct tty_struct * tty,
return -EFAULT;
return 0;
case TCSETSF:
- return set_termios(real_tty, arg, TERMIOS_FLUSH);
+ return set_termios(real_tty, arg, TERMIOS_FLUSH | TERMIOS_WAIT);
case TCSETSW:
return set_termios(real_tty, arg, TERMIOS_WAIT);
case TCSETS:
@@ -402,7 +402,7 @@ int n_tty_ioctl(struct tty_struct * tty,
case TCGETA:
return get_termio(real_tty,(struct termio *) arg);
case TCSETAF:
- return set_termios(real_tty, arg, TERMIOS_FLUSH | TERMIOS_TERMIO);
+ return set_termios(real_tty, arg, TERMIOS_FLUSH | TERMIOS_WAIT | TERMIOS_TERMIO);
case TCSETAW:
return set_termios(real_tty, arg, TERMIOS_WAIT | TERMIOS_TERMIO);
case TCSETA:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-15 3:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-15 3:31 Fix standards compliance bugs in the tty layer davej
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®