Subject: CVS commit: src/sbin/scsictl
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/02/2005 00:13:10
Module Name:	src
Committed By:	lukem
Date:		Thu Jun  2 00:13:10 UTC 2005

Modified Files:
	src/sbin/scsictl: scsictl.c

Log Message:
Ensure that "setcache <mode>" doesn't use random data for "byte2"
("setcache <mode> save" DTRT).
Found by gcc -Wuninitialized.

Appease other -Wuninitialized warnings.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sbin/scsictl/scsictl.c

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