Subject: CVS commit: src/usr.sbin/tpctl
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/07/2005 14:01:49
Module Name:	src
Committed By:	he
Date:		Tue Jun  7 14:01:49 UTC 2005

Modified Files:
	src/usr.sbin/tpctl: data.c

Log Message:
Add initialization of a local variable to appease -Wuninitialized.
Marked with XXXGCC for hpcarm (found while compiling for it).
It appears that the reason is that gcc for this target is not able
to determine unchanging complementary conditionals and sort out the
corresponding assignment / use.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.sbin/tpctl/data.c

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