Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/28/2000 07:31:22
Module Name:	syssrc
Committed By:	mrg
Date:		Fri Jul 28 04:31:21 UTC 2000

Modified Files:
	syssrc/sys/kern: tty_pty.c

Log Message:
fix rev 1.44; make this cast look like:
	sig = (int)(long)*(caddr_t *)data;
to *properly* dereference the passed data.  this makes signals on
ptys actually *work* on the sparc64 port.  from mycroft.

XXX: the release branch version needs this ASAP as it is probably
unstable on ILP32BE.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/kern/tty_pty.c

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