oops, wrong patch ;)

This commit is contained in:
Ondřej Vašík 2013-02-05 14:41:51 +01:00
parent 04d73f0952
commit 3be440dcae

View File

@ -1,24 +1,24 @@
diff -urNp coreutils-8.17-orig/doc/coreutils.texi coreutils-8.17/doc/coreutils.texi diff -urNp coreutils-8.20-orig/doc/coreutils.texi coreutils-8.20/doc/coreutils.texi
--- coreutils-8.17-orig/doc/coreutils.texi 2013-02-05 13:53:31.305588244 +0100 --- coreutils-8.20-orig/doc/coreutils.texi 2013-02-05 14:32:51.609588591 +0100
+++ coreutils-8.17/doc/coreutils.texi 2013-02-05 13:53:55.480586114 +0100 +++ coreutils-8.20/doc/coreutils.texi 2013-02-05 14:38:11.486585193 +0100
@@ -13178,6 +13178,13 @@ Disable modem control signals. May be n @@ -13219,6 +13219,13 @@ Disable modem control signals. May be n
@cindex flow control, hardware @cindex flow control, hardware
@cindex RTS/CTS flow control @cindex RTS/CTS flow control
Enable RTS/CTS flow control. Non-@acronym{POSIX}. May be negated. Enable RTS/CTS flow control. Non-POSIX@. May be negated.
+ +
+@item cdtrdsr +@item cdtrdsr
+@opindex cdtrdsr +@opindex cdtrdsr
+@cindex hardware flow control +@cindex hardware flow control
+@cindex flow control, hardware +@cindex flow control, hardware
+@cindex DTR/DSR flow control +@cindex DTR/DSR flow control
+Enable DTR/DSR flow control. Non-@acronym{POSIX}. May be negated. +Enable DTR/DSR flow control. Non-POSIX@. May be negated.
@end table @end table
diff -urNp coreutils-8.17-orig/src/stty.c coreutils-8.17/src/stty.c diff -urNp coreutils-8.20-orig/src/stty.c coreutils-8.20/src/stty.c
--- coreutils-8.17-orig/src/stty.c 2013-02-05 13:53:31.278585235 +0100 --- coreutils-8.20-orig/src/stty.c 2013-02-05 14:32:51.579585712 +0100
+++ coreutils-8.17/src/stty.c 2013-02-05 13:53:55.481586255 +0100 +++ coreutils-8.20/src/stty.c 2013-02-05 14:33:33.600585688 +0100
@@ -73,6 +73,9 @@ @@ -74,6 +74,9 @@
#ifndef CINTR #ifndef CINTR
# define CINTR Control ('c') # define CINTR Control ('c')
#endif #endif
@ -28,7 +28,7 @@ diff -urNp coreutils-8.17-orig/src/stty.c coreutils-8.17/src/stty.c
#ifndef CQUIT #ifndef CQUIT
# define CQUIT 28 # define CQUIT 28
#endif #endif
@@ -216,7 +219,7 @@ static struct mode_info const mode_info[ @@ -217,7 +220,7 @@ static struct mode_info const mode_info[
#ifdef CRTSCTS #ifdef CRTSCTS
{"crtscts", control, REV, CRTSCTS, 0}, {"crtscts", control, REV, CRTSCTS, 0},
#endif #endif
@ -37,7 +37,7 @@ diff -urNp coreutils-8.17-orig/src/stty.c coreutils-8.17/src/stty.c
{"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0}, {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0},
{"brkint", input, SANE_SET | REV, BRKINT, 0}, {"brkint", input, SANE_SET | REV, BRKINT, 0},
{"ignpar", input, REV, IGNPAR, 0}, {"ignpar", input, REV, IGNPAR, 0},
@@ -576,6 +579,7 @@ Control settings:\n\ @@ -577,6 +580,7 @@ Control settings:\n\
[-]clocal disable modem control signals\n\ [-]clocal disable modem control signals\n\
[-]cread allow input to be received\n\ [-]cread allow input to be received\n\
* [-]crtscts enable RTS/CTS handshaking\n\ * [-]crtscts enable RTS/CTS handshaking\n\
@ -45,9 +45,9 @@ diff -urNp coreutils-8.17-orig/src/stty.c coreutils-8.17/src/stty.c
csN set character size to N bits, N in [5..8]\n\ csN set character size to N bits, N in [5..8]\n\
"), stdout); "), stdout);
fputs (_("\ fputs (_("\
diff -urNp coreutils-8.17-orig/tests/misc/stty coreutils-8.17/tests/misc/stty diff -urNp coreutils-8.20-orig/tests/misc/stty.sh coreutils-8.20/tests/misc/stty.sh
--- coreutils-8.17-orig/tests/misc/stty 2012-04-19 19:39:23.000000000 +0200 --- coreutils-8.20-orig/tests/misc/stty.sh 2012-10-23 16:14:12.000000000 +0200
+++ coreutils-8.17/tests/misc/stty 2013-02-05 13:57:55.779588822 +0100 +++ coreutils-8.20/tests/misc/stty.sh 2013-02-05 14:34:19.980586848 +0100
@@ -52,7 +52,7 @@ for opt in $options; do @@ -52,7 +52,7 @@ for opt in $options; do
# other serial control settings give the same error. So skip them. # other serial control settings give the same error. So skip them.
# Also on ppc*|sparc* glibc platforms 'icanon' gives the same error. # Also on ppc*|sparc* glibc platforms 'icanon' gives the same error.