Subject: CVS commit: src/share/examples/refuse/iscsi-initiator
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 02/07/2008 07:33:37
Module Name: src
Committed By: agc
Date: Thu Feb 7 07:33:37 UTC 2008
Modified Files:
src/share/examples/refuse/iscsi-initiator: iscsifs.c
Log Message:
Define the version of the FUSE ABI we're working with specifically.
Don't hand all the argv options to fuse_main() - it's only interested
in the ones we haven't parsed ourselves.
These changes make the initiator compile and perform discovery successfully
on FreeBSD 6.3. Full login doesn't work yet due to a KSE related bug.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/share/examples/refuse/iscsi-initiator/iscsifs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.