Subject: CVS commit: src/dist/dhcp/common
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/23/2006 13:07:18
Module Name:	src
Committed By:	martin
Date:		Thu Nov 23 13:07:17 UTC 2006

Modified Files:
	src/dist/dhcp/common: discover.c

Log Message:
Hopping through a void* is not enough to get rid of alignment requirements.
Do a memcpy to a properly aligned local variable instead.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/dist/dhcp/common/discover.c

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