diff --git a/utils/iscsi-perf.c b/utils/iscsi-perf.c index ed99d18..a27d50a 100644 --- a/utils/iscsi-perf.c +++ b/utils/iscsi-perf.c @@ -71,9 +71,9 @@ struct client { int retry_cnt; }; -u_int64_t get_clock_ns(void) { +uint64_t get_clock_ns(void) { int res; - u_int64_t ns; + uint64_t ns; #ifdef HAVE_CLOCK_GETTIME struct timespec ts;