diff options
author | marius <marius@FreeBSD.org> | 2006-05-30 20:08:12 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-05-30 20:08:12 +0000 |
commit | 9d6e701b415561ebb3c8411e8ff7099f48f44d86 (patch) | |
tree | 6386a092070ad0c4d7ce3f9a19ba8cea4f670928 /release | |
parent | 5974b432b782035e9c844d017cb842b8b5ef6baf (diff) | |
download | FreeBSD-src-9d6e701b415561ebb3c8411e8ff7099f48f44d86.zip FreeBSD-src-9d6e701b415561ebb3c8411e8ff7099f48f44d86.tar.gz |
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
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions