Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 03/20/2006 20:45:07
Module Name:	src
Committed By:	agc
Date:		Mon Mar 20 20:45:07 UTC 2006

Modified Files:
	src/dist/iscsi/include: compat.h
	src/dist/iscsi/src: disk.c osd.c osd_ops.c parameters.c snprintf.c
	    storage.c strlcpy.c target.c tests.c

Log Message:
Incorporate changes from F.  Senault, modified by myself to use
autoconf glue, to make the NetBSD iSCSI target build and run on
FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/include/compat.h
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/src/disk.c
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/src/osd.c src/dist/iscsi/src/osd_ops.c
cvs rdiff -r1.3 -r1.4 src/dist/iscsi/src/parameters.c \
    src/dist/iscsi/src/storage.c src/dist/iscsi/src/tests.c
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/src/snprintf.c \
    src/dist/iscsi/src/strlcpy.c
cvs rdiff -r1.9 -r1.10 src/dist/iscsi/src/target.c

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