Subject: CVS commit: src/sys/arch/x86_64/include
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 04/24/2003 19:19:56
Module Name:	src
Committed By:	fvdl
Date:		Thu Apr 24 19:19:56 UTC 2003

Modified Files:
	src/sys/arch/x86_64/include: signal.h

Log Message:
Because of the padding in mcontext_t, sigframe grew 8 bytes and became
unaligned. Remove the padding in struct sigframe itself to fix this.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86_64/include/signal.h

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