Subject: CVS commit: src/sys/compat/osf1
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/16/2005 20:01:48
Module Name:	src
Committed By:	drochner
Date:		Sun Jan 16 20:01:48 UTC 2005

Modified Files:
	src/sys/compat/osf1: osf1_exec.c

Log Message:
Use sendsig_sigcontext() as signal delivery function instead
of the generic (NetBSD specific) sendsig().
We can only work with ...sigcontext for now anyway; the
versioning stuff in sendsig() isn't helpful for osf1 emul.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/compat/osf1/osf1_exec.c

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