Date: Tue, 30 May 2006 20:08:12 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tap.c Message-ID: <200605302008.k4UK8Ctt058693@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605302008.k4UK8Ctt058693>
