gettime.h: use time_t instead of size_t for copy of tv_sec
authorCastor Fu <castor@egocast.org>
Fri, 13 Feb 2015 14:46:04 +0000 (06:46 -0800)
committerJens Axboe <axboe@fb.com>
Mon, 16 Feb 2015 21:58:56 +0000 (14:58 -0700)
commit76b4a7ef86098f6453b9438fe0905a40f01f854b
tree7d68d6af384d8699ef7bf38563225516c6b204cd
parent10adc4a71b10e504d904bfc1db2d705342aa3851
gettime.h: use time_t instead of size_t for copy of tv_sec

This addresses a small nit that our compiler was complaining about.
Thanks!

Signed-off-by: Jens Axboe <axboe@fb.com>
gettime.h