Jason R Thorpe <thorpej%zembu.com@localhost> writes: > It should be fine -- since the size of the argument changed, a new > ioctl value (as computed by the _IOW macro) is "magically" allocated. The size of the argument isn't changed. It's still struct ifreq. The real value are passed though ifr_data. enami.