diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-05-31 15:54:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-31 18:04:41 +0200 |
commit | 952d817a41dfe207d159f8278f4d7f1f7654c572 (patch) | |
tree | 14cfbb6fab6f6716e8ba0715be2485a6b6f5d4f4 /src/shared/util.h | |
parent | 9393a8774c1acd60deea40007061b9ffc783bf7e (diff) |
main: Silence gcc warning
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 18b2930e18..908593564e 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; |