From 952d817a41dfe207d159f8278f4d7f1f7654c572 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Thu, 31 May 2012 15:54:22 +0200 Subject: [PATCH] main: Silence gcc warning --- src/shared/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/util.h b/src/shared/util.h index 18b2930e1..908593564 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -39,7 +39,7 @@ #include "macro.h" typedef uint64_t usec_t; -typedef unsigned long nsec_t; +typedef uint64_t nsec_t; typedef struct dual_timestamp { usec_t realtime; -- 2.30.2