Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 02/06/2005 09:33:23
Module Name:	src
Committed By:	skrll
Date:		Sun Feb  6 09:33:23 UTC 2005

Modified Files:
	src/sys/dev/ic: elinkxl.c tulip.c

Log Message:
Initialize 'error' in all cases in ioctl handler, otherwise it doesn't
compile (and of course might return garbage).  [hi kim!]


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/dev/ic/elinkxl.c
cvs rdiff -r1.133 -r1.134 src/sys/dev/ic/tulip.c

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