[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: hurd-i386/cvs-tabdly.diff: New patch.



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit a81300656190011e9f7bf7e835b5d19407125071
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Jul 13 22:47:11 2016 +0200

    hurd-i386/cvs-tabdly.diff: New patch.
    
    Closes: #830584.
---
 debian/changelog                         |  1 +
 debian/patches/hurd-i386/cvs-tabdly.diff | 21 +++++++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4d3e8ce..ea6b109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ glibc (2.23-2) UNRELEASED; urgency=medium
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread-2.23.diff: Update, adds pthread_setcancelstate
     alias, fixes rsyslog start.
+  * hurd-i386/cvs-tabdly.diff: New patch.  Closes: #830584.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 04 Jul 2016 00:33:56 +0200
 
diff --git a/debian/patches/hurd-i386/cvs-tabdly.diff b/debian/patches/hurd-i386/cvs-tabdly.diff
new file mode 100644
index 0000000..4d861af
--- /dev/null
+++ b/debian/patches/hurd-i386/cvs-tabdly.diff
@@ -0,0 +1,21 @@
+commit 2b6dbe669fa2e488b31286150e8cb6f7c0875847
+Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date:   Wed Jul 13 22:41:40 2016 +0200
+
+    Fix TABDLY value
+    
+    	* bits/termios.h (TABDLY): Change macro to include TAB3 bit too.
+
+diff --git a/bits/termios.h b/bits/termios.h
+index f28b492..c1b1a99 100644
+--- a/bits/termios.h
++++ b/bits/termios.h
+@@ -152,7 +152,7 @@ struct termios
+ # define NLDLY	(3 << 8)	/* NL delay.  */
+ # define NL0	(0 << 8)	/* NL type 0.  */
+ # define NL1	(1 << 8)	/* NL type 1.  */
+-# define TABDLY	(3 << 10)	/* TAB delay.  */
++# define TABDLY	(3 << 10 | 1 << 2)	/* TAB delay.  */
+ # define TAB0	(0 << 10)	/* TAB delay type 0.  */
+ # define TAB1	(1 << 10)	/* TAB delay type 1.  */
+ # define TAB2	(2 << 10)	/* TAB delay type 2.  */
diff --git a/debian/patches/series b/debian/patches/series
index 7e2dfd0..4af5d48 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -152,6 +152,7 @@ hurd-i386/cvs-i686-link.diff
 hurd-i386/cvs-check-local-headers.diff
 hurd-i386/tg-faccessat.diff
 hurd-i386/tg-eintr.diff
+hurd-i386/cvs-tabdly.diff
 
 i386/local-biarch.diff
 i386/local-cmov.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: