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

Modified Files:
	src/usr.sbin/ndbootd: ndbootd.c

Log Message:
Rewrite method used to determine the ethernet address of the desired
interface to not use uninitalized variables.
Bug crept in in conversion to getifaddrs().
Detected with gcc -Wuninitalized.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.sbin/ndbootd/ndbootd.c

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