Subject: CVS commit: src/dist/dhcp/server
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/10/2005 23:48:24
Module Name:	src
Committed By:	he
Date:		Fri Jun 10 23:48:24 UTC 2005

Modified Files:
	src/dist/dhcp/server: ddns.c dhcp.c

Log Message:
Add initialization of local variable to appease -Wuninitialized.
Marked with XXXGCC for arm and sparc64 compilers (found while
building for those).

Reviewed by lukem.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/dist/dhcp/server/ddns.c
cvs rdiff -r1.7 -r1.8 src/dist/dhcp/server/dhcp.c

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