/[pkgs]/devel/coreutils/coreutils-7.4-sttytcsadrain.patch
ViewVC logotype

Contents of /devel/coreutils/coreutils-7.4-sttytcsadrain.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Sat Sep 12 09:28:49 2009 UTC (2 months, 1 week ago) by ovasik
Branch: MAIN
CVS Tags: F-12-split, coreutils-7_6-5_fc12, coreutils-7_6-1_fc12, coreutils-7_6-3_fc12, coreutils-7_6-7_fc13, coreutils-8_0-2_fc13, coreutils-7_6-6_fc13, coreutils-7_6-6_fc12, coreutils-7_6-2_fc12, coreutils-8_0-1_fc13, coreutils-7_6-4_fc12, HEAD
Changes since 1.1: +2 -2 lines
File MIME type: text/x-patch
new upstream bugfix release 7.6, removed applied patches,defuzzed the rest
1 diff -urNp coreutils-7.4-orig/src/stty.c coreutils-7.4/src/stty.c
2 --- coreutils-7.4-orig/src/stty.c 2009-04-24 14:41:19.000000000 +0200
3 +++ coreutils-7.4/src/stty.c 2009-06-11 10:15:41.000000000 +0200
4 @@ -1001,7 +1001,7 @@ main (int argc, char **argv)
5 spurious difference in an uninitialized portion of the structure. */
6 DECLARE_ZEROED_AGGREGATE (struct termios, new_mode);
7
8 - if (tcsetattr (STDIN_FILENO, TCSADRAIN, &mode))
9 + if (tcsetattr (STDIN_FILENO, TCSANOW, &mode))
10 error (EXIT_FAILURE, errno, "%s", device_name);
11
12 /* POSIX (according to Zlotnick's book) tcsetattr returns zero if

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2