use ssize_t/size_t instead of long/unsigned long
commit7a7ea76be30e212c35132829959c0b57e5acb621
authorEric Wong <normalperson@yhbt.net>
Mon, 9 May 2011 20:45:28 +0000 (9 13:45 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 9 May 2011 20:46:48 +0000 (9 13:46 -0700)
tree921a887ec47119b07798452075d1d65d0b21e676
parentc797cea2cdddbbc5534be54ac37d95d0c8af6e61
use ssize_t/size_t instead of long/unsigned long

Easier to read this way since it matches upstream
functions.
ext/io_splice/io_splice_ext.c