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

Modified Files:
	src/dist/iscsi/include: util.h
	src/dist/iscsi/src: disk.c tests.c util.c

Log Message:
Abstract out some common code, and place it in the utilities source.
Get rid of some #ifdef __KERNEL__ abstractions - they're not needed.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/include/util.h
cvs rdiff -r1.7 -r1.8 src/dist/iscsi/src/disk.c
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/tests.c
cvs rdiff -r1.5 -r1.6 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.