chiark / gitweb /
main: Silence gcc warning
[elogind.git] / src / shared / util.h
index 18b2930e18745ae64bf7db70a35bdaf08c943f29..908593564ebd27459a736014240df5a9d1e6ed9a 100644 (file)
@@ -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;