John Baldwin a776eeafdc Improve decoding of last arguments to ioctl() and sendto().
Decode the last argument to ioctl() as a pointer rather than an int.
Eventually this could use 'int' for the _IOWINT() case and pointers for
all others.

The last argument to sendto() is a socklen_t value, not a pointer.
2017-03-19 00:36:29 +00:00
..
2016-12-06 00:39:00 +00:00
2017-03-12 18:58:44 +00:00
2016-12-06 00:39:00 +00:00
2017-03-19 00:31:21 +00:00
2016-12-06 00:39:00 +00:00