Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/05/2007 13:38:28
Module Name: src
Committed By: pooka
Date: Mon Nov 5 13:38:28 UTC 2007
Modified Files:
src/lib/librefuse: refuse.c
Log Message:
* Fix pthread key creation to depend on if it hasn't been created before
instead of depending if a lock was succesfully acquired. Also, add
a comment explaining why it is such complex (for all I could guess).
* replace err()'s with abort()
* replace some abort()'s by returning failure
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/lib/librefuse/refuse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.