Subject: Re: CVS commit: basesrc
To: None <thorpej@zembu.com>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 07/05/2000 15:42:20
Jason R Thorpe <thorpej@zembu.com> 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.