head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.2 date 2008.09.11.06.24.10; author rse; state Exp; branches; next 1.1; commitid jTq91vr446t8Qjit; 1.1 date 2006.10.11.17.19.52; author rse; state Exp; branches 1.1.2.1; next ; commitid tqzZFovpNXR60iQr; 1.1.2.1 date 2006.10.11.17.19.52; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.52.34; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.2 log @upgrading package: matrixssl 1.8.5 -> 1.8.6 @ text @Index: src/os/linux/linux.c --- src/os/linux/linux.c.orig 2008-08-27 00:36:07 +0200 +++ src/os/linux/linux.c 2008-09-11 08:21:38 +0200 @@@@ -121,7 +121,7 @@@@ */ #ifdef USE_MULTITHREADING pthread_mutexattr_init(&attr); -#ifndef OSX +#if defined(__linux__) pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP); #endif /* !OSX */ #endif /* USE_MULTITHREADING */ @ 1.1 log @new package: matrixssl 1.8.2 (Small-Footprint SSL/TLS Library) @ text @d2 2 a3 2 --- src/os/linux/linux.c.orig 2006-10-04 19:54:54 +0200 +++ src/os/linux/linux.c 2006-10-11 19:04:23 +0200 d5 8 a12 8 */ #ifdef USE_MULTITHREADING pthread_mutexattr_init(&attr); -#ifndef OSX +#if defined(__linux__) pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP); #endif /* !OSX */ #endif /* USE_MULTITHREADING */ @ 1.1.2.1 log @file matrixssl.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:52:34 +0000 @ text @d1 12 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 12 Index: src/os/linux/linux.c --- src/os/linux/linux.c.orig 2006-10-04 19:54:54 +0200 +++ src/os/linux/linux.c 2006-10-11 19:04:23 +0200 @@@@ -121,7 +121,7 @@@@ */ #ifdef USE_MULTITHREADING pthread_mutexattr_init(&attr); -#ifndef OSX +#if defined(__linux__) pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP); #endif /* !OSX */ #endif /* USE_MULTITHREADING */ @