Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/20/2005 20:42:05
Module Name:	src
Committed By:	drochner
Date:		Thu Jan 20 20:42:05 UTC 2005

Modified Files:
	src/include: signal.h

Log Message:
Remove the remains of "struct sigcontext" and sigreturn() from the
user visible namespace.
These weren't supported interfaces for a while (it just happened to
work with COMPAT_16 kernels).
There are still internal uses in compat code and as jmp_buf format,
but this is all md code which uses <machine/signal.h>.
with christos' agreement


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/include/signal.h

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