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

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



Author: sthibault
Date: 2009-11-01 14:52:07 +0000 (Sun, 01 Nov 2009)
New Revision: 3924

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff
Log:
patches/hurd-i386/local-pthread_types.diff: Fix path typo.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-11-01 11:53:01 UTC (rev 3923)
+++ glibc-package/trunk/debian/changelog	2009-11-01 14:52:07 UTC (rev 3924)
@@ -3,9 +3,10 @@
   [ Samuel Thibault ]
   * patches/hurd-i386/local-disable-ioctls.diff: New patch to disable some
     non-working ioctls.
+  * patches/hurd-i386/local-pthread_types.diff: Fix path typo.
 
   [ Aurelien Jarno ]
-  *  Move xz-utils to Build-Depends from Build-Depends-Indep.
+  * Move xz-utils to Build-Depends from Build-Depends-Indep.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 01 Nov 2009 12:40:58 +0100
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff	2009-11-01 11:53:01 UTC (rev 3923)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff	2009-11-01 14:52:07 UTC (rev 3924)
@@ -1,8 +1,8 @@
 ---
- sysdep/mach/hurd/bits/pthreadtypes.h |    1 +
+ sysdeps/mach/hurd/bits/pthreadtypes.h |    1 +
  1 file changed, 1 insertion(+)
 
 --- /dev/null
-+++ b/sysdep/mach/hurd/bits/pthreadtypes.h
++++ b/sysdeps/mach/hurd/bits/pthreadtypes.h
 @@ -0,0 +1 @@
 +#include <pthread/pthreadtypes.h>


Reply to: