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