Subject: CVS commit: src/dist/iscsi/src
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 04/02/2006 09:36:57
Module Name:	src
Committed By:	agc
Date:		Sun Apr  2 09:36:57 UTC 2006

Modified Files:
	src/dist/iscsi/src: initiator.c target.c util.c

Log Message:
Fix a (repeated) obvious bug in the tracing functions.

Modify the return values of some boolean functions to be 1 for success, 0
for failure, rather than 0 and -1 respectively.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/initiator.c
cvs rdiff -r1.12 -r1.13 src/dist/iscsi/src/target.c
cvs rdiff -r1.9 -r1.10 src/dist/iscsi/src/util.c

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