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

Modified Files:
	src/dist/iscsi/include: parameters.h util.h
	src/dist/iscsi/src: disk.c driver.c initiator.c iscsi-harness.c
	    iscsi-target.c iscsi.c iscsiconfig.c ktarget.c mount_iscsi.c
	    osd-target.c osd.c osd_ops.c osdfs.c parameters.c so.c storage.c
	    target.c tests.c usocktest.c utest.c util.c

Log Message:
Get rid of c99isms in the form of variable number of args to CPP macros.
This should slim down the resulting binaries a fair bit as well.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/include/parameters.h
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/include/util.h
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/src/disk.c
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/src/driver.c \
    src/dist/iscsi/src/ktarget.c src/dist/iscsi/src/mount_iscsi.c \
    src/dist/iscsi/src/osd.c src/dist/iscsi/src/osd_ops.c \
    src/dist/iscsi/src/osdfs.c src/dist/iscsi/src/so.c \
    src/dist/iscsi/src/usocktest.c src/dist/iscsi/src/utest.c
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/src/initiator.c \
    src/dist/iscsi/src/parameters.c src/dist/iscsi/src/storage.c \
    src/dist/iscsi/src/tests.c
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/iscsi-harness.c
cvs rdiff -r1.7 -r1.8 src/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.3 -r1.4 src/dist/iscsi/src/iscsi.c \
    src/dist/iscsi/src/osd-target.c src/dist/iscsi/src/util.c
cvs rdiff -r1.1 -r1.2 src/dist/iscsi/src/iscsiconfig.c
cvs rdiff -r1.8 -r1.9 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.