Subject: CVS commit: src/lib/libc/citrus
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 07/02/2003 17:48:58
Module Name:	src
Committed By:	tshiozak
Date:		Wed Jul  2 17:48:58 UTC 2003

Modified Files:
	src/lib/libc/citrus: citrus_mapper.c

Log Message:
separate "close" process into two parts (with and without handling hash).
This change makes the code symmetrical and ensures the lock not to be
aquired recursively.
The problem that the lock is tried to be aquired recursively was
pointed out by Matthias Drochner.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/citrus/citrus_mapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.