cvs commit: src/sys/net if_tap.c
Marius Strobl
marius at FreeBSD.org
Tue May 30 13:09:48 PDT 2006
marius 2006-05-30 20:08:12 UTC
FreeBSD src repository
Modified files:
sys/net if_tap.c
Log:
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
Revision Changes Path
1.61 +10 -10 src/sys/net/if_tap.c
More information about the cvs-src
mailing list