From 1a65a2a986a4b3f945c6e65ae8977f4ef9a6b9f2 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Tue, 17 May 2005 16:42:18 +0000 Subject: * debian/patches/libpthread_need_clockid_t.patch: New patch by Neal Walfield. --- debian/changelog | 3 ++- debian/patches/libpthread_need_clockid_t.patch | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/patches/libpthread_need_clockid_t.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8c23c612..616aaf46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hurd (20050513-1+SVN) unreleased; urgency=low - * + * debian/patches/libpthread_need_clockid_t.patch: New patch by Neal + Walfield. -- Michael Banck Mon, 16 May 2005 21:55:04 +0200 diff --git a/debian/patches/libpthread_need_clockid_t.patch b/debian/patches/libpthread_need_clockid_t.patch new file mode 100644 index 00000000..70921fa8 --- /dev/null +++ b/debian/patches/libpthread_need_clockid_t.patch @@ -0,0 +1,19 @@ +2005-05-17 Neal H. Walfield + + * include/pthread/pthread.h: Define __need_clockid_t before + including . + +Index: include/pthread/pthread.h +=================================================================== +RCS file: /cvsroot/hurd/hurd/libpthread/include/pthread/pthread.h,v +diff -u -r1.5 -r1.6 +--- libpthread/include/pthread/pthread.h 12 May 2005 20:55:38 -0000 1.5 ++++ libpthread/include/pthread/pthread.h 17 May 2005 09:40:50 -0000 1.6 +@@ -26,6 +26,7 @@ + #include + + #include ++#define __need_clockid_t + #include + + __BEGIN_DECLS -- cgit v1.2.3