diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-03-03 17:46:56 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-03-03 17:46:56 +0100 |
commit | 04c760d2fe8615203993829f7724f7e6ba553340 (patch) | |
tree | 99e9c6182f1c7303d4ef4a7e88f8a75f2f687bc3 /src/basic/formats-util.h | |
parent | 7e6be9c2ecb860ab54401420591e26664dcdbfe8 (diff) | |
parent | 6307c39b94344b901c1d6e0df7ee58644a8809bf (diff) |
Merge pull request #2781 from keszybz/selinux-and-warnings
Selinux loading fix and warning cleanups
Diffstat (limited to 'src/basic/formats-util.h')
-rw-r--r-- | src/basic/formats-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/formats-util.h b/src/basic/formats-util.h index ce516b117d..9b4e8e98fa 100644 --- a/src/basic/formats-util.h +++ b/src/basic/formats-util.h @@ -49,7 +49,7 @@ #if SIZEOF_TIME_T == 8 # define PRI_TIME PRIi64 #elif SIZEOF_TIME_T == 4 -# define PRI_TIME PRIu32 +# define PRI_TIME "li" #else # error Unknown time_t size #endif |