Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/29/2000 07:19:44
Module Name: syssrc
Committed By: mrg
Date: Sat Jul 29 04:19:44 UTC 2000
Modified Files:
syssrc/sys/kern [netbsd-1-5]: tty_pty.c
Log Message:
pullup 1.46 (approved by thorpej):
>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.
To generate a diff of this commit:
cvs rdiff -r1.43.4.1 -r1.43.4.2 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.