Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 07/14/2000 05:10:58
Module Name:	syssrc
Committed By:	fvdl
Date:		Fri Jul 14 12:10:58 UTC 2000

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

Log Message:
Don't use *(unsigned int *)data to get the signal number out; this will
fail on LP64-BE systems. Also, fix up the invalid signal number check.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 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.