From: Castor Fu <[email protected]>

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

---
 gettime.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gettime.h b/gettime.h
index eb3537b..86d55bd 100644
--- a/gettime.h
+++ b/gettime.h
@@ -24,7 +24,7 @@ extern struct timeval *fio_tv;
 
 static inline int fio_gettime_offload(struct timeval *tv)
 {
-       size_t last_sec;
+       time_t last_sec;
 
        if (!fio_tv)
                return 0;
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to