client: fix compile warning on platforms where pfds->fd is not an int
authorJens Axboe <axboe@kernel.dk>
Fri, 30 Aug 2013 16:13:36 +0000 (10:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Aug 2013 16:13:36 +0000 (10:13 -0600)
commit65e1a120131f069fda859498ff4565a9b6e16dc2
tree987623bb7a229ab871d7c6b8979b3a9e7e3f4cef
parentd56036a40edce5619d6e9346b1e9d34822ab1437
client: fix compile warning on platforms where pfds->fd is not an int

It's apparently a long on some platforms.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c