Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 08/20/2006 08:02:22
Module Name:	src
Committed By:	skrll
Date:		Sun Aug 20 08:02:21 UTC 2006

Modified Files:
	src/sys/sys: ucontext.h

Log Message:
Remove the _UCONTEXT_TO_SIGCONTEXT() and _SIGCONTEXT_TO_UCONTEXT() macros
as nothing uses them and they wouldn't work as _MCONTEXT_TO_SIGCONTEXT()
and _SIGCONTEXT_TO_MCONTEXT() got deleted a while ago.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/sys/ucontext.h

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