Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/08/2000 18:32:58
Module Name:	syssrc
Committed By:	simonb
Date:		Fri Sep  8 15:32:58 UTC 2000

Modified Files:
	syssrc/sys/dev/wscons: wsdisplay_compat_usl.c

Log Message:
In wsdisplay_usl_ioctl2(), use a u_long for the request to be passed off
to wsdisplay_internal_ioctl() instead of an int.
With this, the pcvt compat ioctl's work on an Alpha and probably other
64 bit archs.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/wscons/wsdisplay_compat_usl.c

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