Subject: CVS commit: src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/10/2003 16:48:17
Module Name:	src
Committed By:	christos
Date:		Wed Sep 10 16:48:17 UTC 2003

Modified Files:
	src/sys/arch/i386/include: frame.h signal.h

Log Message:
#ifdef struct sigframe_sigcontext and struct sigcontext, so that only code
that really needs them, get them.
XXX1: We need to fix the vm86 api.
XXX2: We need to fix the ibcs2 signal delivery mechanism.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/i386/include/frame.h
cvs rdiff -r1.18 -r1.19 src/sys/arch/i386/include/signal.h

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