]> git.ipfire.org Git - thirdparty/samba.git/commit
lib:util: Define TIME_FIXUP_CONSTANT_INT using INT64_C() macro
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 27 Nov 2023 03:24:00 +0000 (16:24 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Dec 2023 20:21:34 +0000 (20:21 +0000)
commit26e704d1fa0b5a0a8facad5b9b4bee0dee5be778
treefb17e56982af030676b65436b179d9b922705487
parent828f3c99122fb033ecb79e24ed24821b8510f0f8
lib:util: Define TIME_FIXUP_CONSTANT_INT using INT64_C() macro

This is more portable than using preprocessor conditionals.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/time.c