Author: sthibault
Date: 2009-09-27 23:13:33 +0000 (Sun, 27 Sep 2009)
New Revision: 3850

Added:
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/submitted-termios-IXANY.patch
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/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/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-09-27 23:11:43 UTC 
(rev 3849)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-09-27 23:13:33 UTC 
(rev 3850)
@@ -158,6 +158,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/branches/eglibc-2.10/debian/patches/hurd-i386/submitted-termios-IXANY.patch
===================================================================
--- 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/submitted-termios-IXANY.patch
                           (rev 0)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/submitted-termios-IXANY.patch
   2009-09-27 23:13:33 UTC (rev 3850)
@@ -0,0 +1,20 @@
+2009-09-28  Samuel Thibault  <[email protected]>
+
+       * 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/branches/eglibc-2.10/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/series    2009-09-27 
23:11:43 UTC (rev 3849)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series    2009-09-27 
23:13:33 UTC (rev 3850)
@@ -102,6 +102,7 @@
 hurd-i386/submitted-null-pathname.diff
 hurd-i386/submitted-sbrk.diff
 hurd-i386/local-thread-cancel.diff
+hurd-i386/submitted-termios-IXANY.patch
 
 ia64/submitted-sysconf.diff
 ia64/submitted-libm.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to