Subject: CVS commit: src/sys/netisdn
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/08/2003 21:15:14
Module Name:	src
Committed By:	martin
Date:		Thu May  8 21:15:14 UTC 2003

Modified Files:
	src/sys/netisdn: i4b_l4if.c

Log Message:
Change a integer value that is passed via a void* in an ioctl() like
function to a intptr_t. This makes it compile on sparc64.
Addresses parts of PR kern/21448 by Frank Kardel.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/netisdn/i4b_l4if.c

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