use smb_rwlock_t instead of rwlock_t to avoid conflicts with system
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 03:27:36 +0000 (03:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 03:27:36 +0000 (03:27 +0000)
commitac8a23af8c67d2e39bb6cfd409c50f1f429cf271
tree055a2f42c790777c2c605614b43d8fd62099f203
parent9175293535246f55f50f52501ec451c951a94eb1
use smb_rwlock_t instead of rwlock_t to avoid conflicts with system
types on some platforms (eg. solaris)
source/include/mutex.h
source/lib/mutex.c
source/smbd/process_thread.c