diff options
author | Michael Banck <mbanck@debian.org> | 2008-09-21 11:57:38 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2008-09-21 11:57:38 +0000 |
commit | 2cc8670ce0f81fce7355cdfd9b646a9fa742a381 (patch) | |
tree | d82b561d1be11268950e2f13db0274fe7f288709 /debian/patches | |
parent | 574f8f9afef3c29c386dda530d0edf1412cc564c (diff) |
+ debian/patches/libpthread_mutex-no-include.patch: Likewise.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/libpthread_mutex-no-include.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/libpthread_mutex-no-include.patch b/debian/patches/libpthread_mutex-no-include.patch deleted file mode 100644 index edd5e2c8..00000000 --- a/debian/patches/libpthread_mutex-no-include.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: libpthread/sysdeps/generic/bits/mutex.h -=================================================================== -RCS file: /cvsroot/hurd/hurd/libpthread/sysdeps/generic/bits/mutex.h,v -retrieving revision 1.6 -retrieving revision 1.7 -diff -u -p -r1.6 -r1.7 ---- libpthread/sysdeps/generic/bits/mutex.h 1 Jul 2008 11:43:16 -0000 1.6 -+++ libpthread/sysdeps/generic/bits/mutex.h 2 Aug 2008 20:21:20 -0000 1.7 -@@ -57,11 +57,4 @@ struct __pthread_mutex - # endif - #endif /* Not __pthread_mutex_defined. */ - --#ifdef _BITS_MUTEX_H -- --#include <errno.h> --#include <stddef.h> -- --#endif -- - #endif /* bits/mutex.h */ |