7f2b325
diff -urNp coreutils-7.4-orig/src/stty.c coreutils-7.4/src/stty.c
7f2b325
--- coreutils-7.4-orig/src/stty.c	2009-04-24 14:41:19.000000000 +0200
7f2b325
+++ coreutils-7.4/src/stty.c	2009-06-11 10:15:41.000000000 +0200
7f2b325
@@ -1001,7 +1001,7 @@ main (int argc, char **argv)
2505178
          spurious difference in an uninitialized portion of the structure.  */
7f2b325
       DECLARE_ZEROED_AGGREGATE (struct termios, new_mode);
7f2b325
 
7f2b325
-      if (tcsetattr (STDIN_FILENO, TCSADRAIN, &mode))
7f2b325
+      if (tcsetattr (STDIN_FILENO, TCSANOW, &mode))
2505178
         error (EXIT_FAILURE, errno, "%s", device_name);
7f2b325
 
7f2b325
       /* POSIX (according to Zlotnick's book) tcsetattr returns zero if