Subject: CVS commit: src/usr.sbin/sa
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/02/2003 15:15:53
Module Name:	src
Committed By:	martin
Date:		Fri May  2 15:15:53 UTC 2003

Modified Files:
	src/usr.sbin/sa: pdb.c

Log Message:
Don't cast (dubious) values to pointers, only to memcpy from them to
a properly aligned structure. Memcpy from the original data instead.
This fixes PR port-sparc64/21425.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.sbin/sa/pdb.c

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