Author: aurel32
Date: 2009-01-06 21:26:04 +0000 (Tue, 06 Jan 2009)
New Revision: 3210

Added:
   
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/submitted-report-wait.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
Merge from branch 2.8



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog   2009-01-06 21:22:42 UTC 
(rev 3209)
+++ glibc-package/branches/glibc-2.9/debian/changelog   2009-01-06 21:26:04 UTC 
(rev 3210)
@@ -36,7 +36,7 @@
       ks...@devanagari).
    * debhelper.in/locales.config: convert ks_IN into ks...@devanagari.
 
- -- Aurelien Jarno <aure...@debian.org>  Tue, 06 Jan 2009 21:43:32 +0100
+ -- Aurelien Jarno <aure...@debian.org>  Tue, 06 Jan 2009 22:25:43 +0100
 
 glibc (2.8+20080809-3) experimental; urgency=low
 
@@ -180,6 +180,9 @@
   * add any/local-linuxthreads-ptw.diff. Closes: #494908.
   * add kfreebsd/local-sysdeps28.diff, glibc 2.8 specific kfreebsd sysdeps.
 
+  [ Samuel Thibault ]
+  * Add hurd-i386/submitted-report-wait.diff.
+
  -- Aurelien Jarno <aure...@debian.org>  Sat, 25 Oct 2008 21:22:39 +0200
 
 glibc (2.7-18) unstable; urgency=low

Added: 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/submitted-report-wait.diff
===================================================================
--- 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/submitted-report-wait.diff
                                (rev 0)
+++ 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/submitted-report-wait.diff
        2009-01-06 21:26:04 UTC (rev 3210)
@@ -0,0 +1,16 @@
+Index: glibc/hurd/report-wait.c
+===================================================================
+RCS file: /cvs/glibc/libc/hurd/report-wait.c,v
+retrieving revision 1.15
+diff -u -p -r1.15 report-wait.c
+--- glibc/hurd/report-wait.c   29 Dec 2005 10:38:12 -0000      1.15
++++ glibc/hurd/report-wait.c   15 Dec 2008 09:23:18 -0000
+@@ -30,7 +30,7 @@ static char *
+ describe_number (string_t description, const char *flavor, long int i)
+ {
+   unsigned long int j;
+-  char *p = flavor ? description : __stpcpy (description, flavor);
++  char *p = !flavor ? description : __stpcpy (description, flavor);
+   char *end;
+ 
+   /* Handle sign.  */

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-06 
21:22:42 UTC (rev 3209)
+++ glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-06 
21:26:04 UTC (rev 3210)
@@ -80,6 +80,7 @@
 hurd-i386/cvs-ECANCELED.diff
 hurd-i386/submitted-IPV6_PKTINFO.diff 
 hurd-i386/submitted-extern_inline.diff 
+hurd-i386/submitted-report-wait.diff
 
 i386/local-biarch.diff 
 i386/local-clone.diff 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to