Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/iscsi/src
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.
Home |
Main Index |
Thread Index |
Old Index