Fixing ioctl on 32bit arches.
authorDerrik Pates <demon@now.ai>
Wed, 14 Mar 2012 16:56:32 +0000 (10:56 -0600)
committerDerrik Pates <demon@now.ai>
Wed, 14 Mar 2012 16:56:32 +0000 (10:56 -0600)
commit27cfb2d8be6e236581906ac4a0dfdbc770ea7a80
treea6b7ac6e6436b2ced62ae59b10e8e1aa2acffa37
parente6ca93074661d3d28f01d3cc96d00a252952803e
Fixing ioctl on 32bit arches.

Trying the ioctl tests on ppc netted a problem - seems that even though
I'm casting cmd to "unsigned int", unless I use "newSVuv" instead of
"newSViv", it ends up signed again anyway.
Fuse.xs