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

[glibc] 01/01: patches/kfreebsd/local-sysdeps.diff: update to revision 6102 (from glibc-bsd).



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 0e740c8736fb674b30f190e7be68b7ab94ad8a23
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Mon Sep 5 23:34:39 2016 +0200

    patches/kfreebsd/local-sysdeps.diff: update to revision 6102 (from glibc-bsd).
---
 debian/changelog                           |  8 +++++---
 debian/patches/kfreebsd/local-sysdeps.diff | 30 ++++++------------------------
 2 files changed, 11 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea4936b..440de95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-glibc (2.24-3) UNRELEASED; urgency=medium
+glibc (2.24-4) UNRELEASED; urgency=medium
 
-  * 
+  [ Aurelien Jarno ]
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 6102 (from
+    glibc-bsd).
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 03 Sep 2016 22:38:57 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 05 Sep 2016 23:34:08 +0200
 
 glibc (2.24-2) unstable; urgency=medium
 
diff --git a/debian/patches/kfreebsd/local-sysdeps.diff b/debian/patches/kfreebsd/local-sysdeps.diff
index 58c368c..930f8ac 100644
--- a/debian/patches/kfreebsd/local-sysdeps.diff
+++ b/debian/patches/kfreebsd/local-sysdeps.diff
@@ -4399,7 +4399,7 @@
 +#endif /* bits/syslog-path.h */
 --- /dev/null
 +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h
-@@ -0,0 +1,263 @@
+@@ -0,0 +1,245 @@
 +/* termios type and macro definitions.  FreeBSD version.
 +   Copyright (C) 1993-1994,1996-1997,1999,2001-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4517,29 +4517,11 @@
 +#define	OPOST	(1 << 0)	/* Perform output processing.  */
 +#define	ONLCR	(1 << 1)	/* Map NL to CR-NL on output.  */
 +#if defined __USE_MISC || defined __USE_XOPEN
-+# define NLDLY	0x00000300	/* \n delay */
-+# define NL0	0x00000000
-+# define NL1	0x00000100	/* tty 37 */
-+# define NL2	0x00000200	/* vt05 */
-+# define NL3	0x00000300
-+# define TABDLY	0x00000c00	/* horizontal tab delay */
-+# define TAB0	0x00000000
-+# define TAB1	0x00000400	/* tty 37 */
-+# define TAB2	0x00000800
-+# define CRDLY	0x00003000	/* \r delay */
-+# define CR0	0x00000000
-+# define CR1	0x00001000	/* tn 300 */
-+# define CR2	0x00002000	/* tty 37 */
-+# define CR3	0x00003000	/* concept 100 */
-+# define FFDLY	0x00004000	/* vertical tab delay */
-+# define FF0	0x00000000
-+# define FF1	0x00004000	/* tty 37 */
-+# define BSDLY	0x00008000	/* \b delay */
-+# define BS0	0x00000000
-+# define BS1	0x00008000
-+#endif
-+#ifdef	__USE_MISC
-+# define XTABS	0x00000c00	/* expand tabs on output */
++# define TAB0   (0 << 2)	/* no tab delay and expansion */
++# define TAB3   (1 << 2)	/* expand tabs to spaces */
++# define TABDLY	TAB3		/* tab delay mask */
++# define OXTABS	TAB3
++# define XTABS	TAB3
 +#endif
 +#ifdef	__USE_MISC
 +# define ONOEOT	(1 << 3)	/* Discard EOT (^D) on output.  */

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


Reply to: