r3201 - in glibc-package/branches/glibc-2.8/debian: . patches patches/hurd-i386
Author: sthibaul-guest
Date: 2008-12-16 02:34:22 +0000 (Tue, 16 Dec 2008)
New Revision: 3201
Added:
glibc-package/branches/glibc-2.8/debian/patches/hurd-i386/submitted-report-wait.diff
Modified:
glibc-package/branches/glibc-2.8/debian/changelog
glibc-package/branches/glibc-2.8/debian/patches/series
Log:
* Add hurd-i386/submitted-report-wait.diff.
Modified: glibc-package/branches/glibc-2.8/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.8/debian/changelog 2008-11-26 10:49:07 UTC (rev 3200)
+++ glibc-package/branches/glibc-2.8/debian/changelog 2008-12-16 02:34:22 UTC (rev 3201)
@@ -140,6 +140,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 <aurel32@debian.org> Mon, 13 Oct 2008 18:28:11 +0200
glibc (2.7-16) unstable; urgency=low
Added: glibc-package/branches/glibc-2.8/debian/patches/hurd-i386/submitted-report-wait.diff
===================================================================
--- glibc-package/branches/glibc-2.8/debian/patches/hurd-i386/submitted-report-wait.diff (rev 0)
+++ glibc-package/branches/glibc-2.8/debian/patches/hurd-i386/submitted-report-wait.diff 2008-12-16 02:34:22 UTC (rev 3201)
@@ -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.8/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.8/debian/patches/series 2008-11-26 10:49:07 UTC (rev 3200)
+++ glibc-package/branches/glibc-2.8/debian/patches/series 2008-12-16 02:34:22 UTC (rev 3201)
@@ -89,6 +89,7 @@
hurd-i386/cvs-lock-memory-clobber.diff
hurd-i386/local-pthread_posix-option.diff
hurd-i386/cvs-signal-werror.diff
+hurd-i386/submitted-report-wait.diff
i386/local-biarch.diff
i386/local-clone.diff
Reply to: