X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=908593564ebd27459a736014240df5a9d1e6ed9a;hb=8c8c43515cee56dfc2298998a9e5958308c46f99;hp=18b2930e18745ae64bf7db70a35bdaf08c943f29;hpb=d88a251b125f6e9178b9ca9ea47ab7da3234cb58;p=elogind.git 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;