From 555ac7b0766b69975a7054669ddc2194711ccd0d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 4 Aug 2008 12:09:40 +0000 Subject: * debian/patches/libpthread_pthreadtypes_h.patch: Remove comma at end of enumeration. --- debian/patches/libpthread_pthreadtypes_h.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches') diff --git a/debian/patches/libpthread_pthreadtypes_h.patch b/debian/patches/libpthread_pthreadtypes_h.patch index e1e92c78..3f26b5ee 100644 --- a/debian/patches/libpthread_pthreadtypes_h.patch +++ b/debian/patches/libpthread_pthreadtypes_h.patch @@ -328,7 +328,7 @@ diff -N include/pthread/pthreadtypes.h +enum __pthread_contentionscope + { + __PTHREAD_SCOPE_SYSTEM = 0, -+ __PTHREAD_SCOPE_PROCESS, ++ __PTHREAD_SCOPE_PROCESS + }; + +/* Possible values for the `detachstate' attribute. */ -- cgit v1.2.3