From 90e2c8c62fdd26c45f939ab6983334586509927c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 23 Aug 2009 17:37:40 +0000 Subject: debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove unused patch. --- debian/changelog | 7 +++++++ .../libpthread_no_recursive_mutex_initializer.patch | 20 -------------------- 2 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 debian/patches/libpthread_no_recursive_mutex_initializer.patch diff --git a/debian/changelog b/debian/changelog index ddf38a35..dd03e83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hurd (20090404-2) unreleased; urgency=low + + * debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove + unused patch. + + -- Samuel Thibault Sun, 23 Aug 2009 19:35:58 +0200 + hurd (20090404-1) unstable; urgency=low [ Michael Banck ] diff --git a/debian/patches/libpthread_no_recursive_mutex_initializer.patch b/debian/patches/libpthread_no_recursive_mutex_initializer.patch deleted file mode 100644 index 0d49523b..00000000 --- a/debian/patches/libpthread_no_recursive_mutex_initializer.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: libpthread/include/pthread/pthread.h -=================================================================== -RCS file: /cvsroot/hurd/hurd/libpthread/include/pthread/pthread.h,v -retrieving revision 1.17 -diff -u -p -r1.17 pthread.h ---- libpthread/include/pthread/pthread.h 10 Jan 2009 13:22:26 -0000 1.17 -+++ libpthread/include/pthread/pthread.h 8 May 2009 00:14:04 -0000 -@@ -310,12 +310,6 @@ extern int pthread_mutexattr_settype(pth - #include - - #define PTHREAD_MUTEX_INITIALIZER __PTHREAD_MUTEX_INITIALIZER --/* Static initializer for recursive mutexes. */ -- --#ifdef __USE_GNU --# define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP \ -- __PTHREAD_RECURSIVE_MUTEX_INITIALIZER --#endif - - /* Create a mutex with attributes given by ATTR and store it in - *__MUTEX. */ -- cgit v1.2.3