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

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



Author: sthibault
Date: 2009-09-27 23:11:43 +0000 (Sun, 27 Sep 2009)
New Revision: 3849

Added:
   glibc-package/trunk/debian/patches/hurd-i386/submitted-termios-IXANY.patch
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * debian/patches/hurd-i386/submitted-termios-IXANY.patch: New patch to
    define IXANY in XOpen environment too, to fix libgphoto2 build.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-09-27 14:55:48 UTC (rev 3848)
+++ glibc-package/trunk/debian/changelog	2009-09-27 23:11:43 UTC (rev 3849)
@@ -30,6 +30,8 @@
     128MB.
   * debian/patches/hurd-i386/local-thread-cancel.diff: New patch to fix ext2fs
     crash.
+  * debian/patches/hurd-i386/submitted-termios-IXANY.patch: New patch to
+    define IXANY in XOpen environment too, to fix libgphoto2 build.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2779 (from glibc-bsd).

Added: glibc-package/trunk/debian/patches/hurd-i386/submitted-termios-IXANY.patch
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-termios-IXANY.patch	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-termios-IXANY.patch	2009-09-27 23:11:43 UTC (rev 3849)
@@ -0,0 +1,20 @@
+2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
+
+diff --git a/bits/termios.h b/bits/termios.h
+index 293d0a6..b697dd1 100644
+--- a/bits/termios.h
++++ b/bits/termios.h
+@@ -124,8 +124,10 @@ struct termios
+ #define	ICRNL	(1 << 8)	/* Map CR to NL on input.  */
+ #define	IXON	(1 << 9)	/* Enable start/stop output control.  */
+ #define	IXOFF	(1 << 10)	/* Enable start/stop input control.  */
+-#ifdef	__USE_BSD
++#if defined __USE_BSD || defined __USE_UNIX98
+ # define IXANY	(1 << 11)	/* Any character will restart after stop.  */
++#endif
++#ifdef	__USE_BSD
+ # define IMAXBEL (1 << 13)	/* Ring bell when input queue is full.  */
+ #endif
+ #ifdef __USE_GNU

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-09-27 14:55:48 UTC (rev 3848)
+++ glibc-package/trunk/debian/patches/series	2009-09-27 23:11:43 UTC (rev 3849)
@@ -111,6 +111,7 @@
 hurd-i386/submitted-null-pathname.diff
 hurd-i386/submitted-sbrk.diff
 hurd-i386/local-thread-cancel.diff
+hurd-i386/submitted-termios-IXANY.patch
 
 i386/local-biarch.diff
 i386/local-clone.diff


Reply to: