marius 9d6e701b41 Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59
for IOCTLs where casting data to intptr_t * isn't the right thing to do
as _IO() isn't used for them but _IOR(..., int)/_IOW(..., int) are (i.e.
for all IOCTLs except VMIO_SIOCSIFFLAGS), fixing tap(4) on big-endian
LP64 machines.

PR:		sparc64/98084
OK'ed by:	emax
MFC after:	1 week
2006-05-30 20:08:12 +00:00
..
2006-05-28 18:31:32 +00:00
2006-05-30 18:41:26 +00:00
2006-05-26 13:54:27 +00:00
2006-05-27 04:40:41 +00:00
2006-05-30 18:41:26 +00:00
2006-05-29 06:12:01 +00:00
2006-05-29 19:29:41 +00:00