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

r5033 - in glibc-package/trunk/debian: . patches patches/hurd-i386



Author: sthibault
Date: 2011-11-01 23:35:34 +0000 (Tue, 01 Nov 2011)
New Revision: 5033

Added:
   glibc-package/trunk/debian/patches/hurd-i386/submitted-sgttyb.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
patches/hurd-i386/submitted-sgttyb.diff: New patch to fix sgttyb ioctls values.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-10-31 22:58:13 UTC (rev 5032)
+++ glibc-package/trunk/debian/changelog	2011-11-01 23:35:34 UTC (rev 5033)
@@ -40,6 +40,8 @@
     patches/kfreebsd/submitted-libc_once.diff.
   * patches/hurd-i386/submitted-ldsodefs.h.diff: Move committed part to
     patches/hurd-i386/cvs-ldsodefs.h.diff
+  * patches/hurd-i386/submitted-sgttyb.diff: New patch to fix sgttyb ioctls
+    values.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 3763 (from glibc-bsd).

Added: glibc-package/trunk/debian/patches/hurd-i386/submitted-sgttyb.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-sgttyb.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-sgttyb.diff	2011-11-01 23:35:34 UTC (rev 5033)
@@ -0,0 +1,21 @@
+2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+* bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
+
+---
+ ioctl-types.h |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bits/ioctl-types.h b/bits/ioctl-types.h
+index 58b78a6..ccfa4de 100644
+--- a/bits/ioctl-types.h
++++ b/bits/ioctl-types.h
+@@ -64,7 +64,7 @@ struct sgttyb
+ };
+ 
+ #define	_IOT_sgttyb	/* Hurd ioctl type field.  */ \
+-  _IOT (_IOTS (char), 6, _IOTS (short int), 1, 0, 0)
++  _IOT (_IOTS (char), 4, _IOTS (short int), 1, 0, 0)
+ 
+ #if defined TIOCGWINSZ || defined TIOCSWINSZ
+ /* Type of ARG for TIOCGWINSZ and TIOCSWINSZ requests.  */

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2011-10-31 22:58:13 UTC (rev 5032)
+++ glibc-package/trunk/debian/patches/series	2011-11-01 23:35:34 UTC (rev 5033)
@@ -160,6 +160,7 @@
 hurd-i386/cvs-DEV_BSIZE.diff
 hurd-i386/cvs-fork_ports.diff
 hurd-i386/submitted-setresid.diff
+hurd-i386/submitted-sgttyb.diff
 
 kfreebsd/submitted-libc_once.diff
 


Reply to: