From f9ba11f5430266c0c37e5b8444642943075b36c7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 27 Nov 2003 00:33:55 +0000 Subject: [PATCH] Add acknowledgements --- libraries/libldap_r/rdwr.c | 18 +++++++++++------- libraries/libldap_r/rq.c | 3 +++ libraries/libldap_r/thr_cthreads.c | 10 +++------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/libraries/libldap_r/rdwr.c b/libraries/libldap_r/rdwr.c index 1be3f96211..225d97b941 100644 --- a/libraries/libldap_r/rdwr.c +++ b/libraries/libldap_r/rdwr.c @@ -12,15 +12,19 @@ * top-level directory of the distribution or, alternatively, at * . */ +/* This work was initially developed by Kurt D. Zeilenga for inclusion + * in OpenLDAP Software. Additional significant contributors include: + * Stuart Lynne + */ /* -** This is an improved implementation of Reader/Writer locks does -** not protect writers from starvation. That is, if a writer is -** currently waiting on a reader, any new reader will get -** the lock before the writer. -** -** Does not support cancellation nor does any status checking. -*/ + * This is an improved implementation of Reader/Writer locks does + * not protect writers from starvation. That is, if a writer is + * currently waiting on a reader, any new reader will get + * the lock before the writer. + * + * Does not support cancellation nor does any status checking. + */ /* Adapted from publically available examples for: * "Programming with Posix Threads" * by David R Butenhof, Addison-Wesley diff --git a/libraries/libldap_r/rq.c b/libraries/libldap_r/rq.c index 6cbddd6143..1fb23fe03c 100644 --- a/libraries/libldap_r/rq.c +++ b/libraries/libldap_r/rq.c @@ -13,6 +13,9 @@ * top-level directory of the distribution or, alternatively, at * . */ +/* This work was initially developed by Jong Hyuk Choi for inclusion + * in OpenLDAP Software. + */ #include "portable.h" diff --git a/libraries/libldap_r/thr_cthreads.c b/libraries/libldap_r/thr_cthreads.c index 9b523088f9..f9caacd047 100644 --- a/libraries/libldap_r/thr_cthreads.c +++ b/libraries/libldap_r/thr_cthreads.c @@ -13,19 +13,15 @@ * top-level directory of the distribution or, alternatively, at * . */ +/* This work was initially developed by Luke Howard for inclusion + * in U-MICH LDAP 3.3. + */ #include "portable.h" #if defined( HAVE_MACH_CTHREADS ) #include "ldap_pvt_thread.h" -/*********************************************************************** - * * - * under NEXTSTEP or OPENSTEP use CThreads * - * lukeh@xedoc.com.au * - * * - ***********************************************************************/ - int ldap_int_thread_initialize( void ) { -- 2.39.5