r23005: If we're running on a system where time_t is 8 bytes
commit4e1a0b2549f7c11326deed2801de19564af0f16a
authorJeremy Allison <jra@samba.org>
Fri, 18 May 2007 23:38:56 +0000 (18 23:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:13 +0000 (10 12:22 -0500)
tree1f948e4c46a48bbea2c2598c1cff4cc0cb842e9b
parent6675c8acf1d83b7131d38f09f381062b6a604c7e
r23005: If we're running on a system where time_t is 8 bytes
we have to take care to preserve the "special" values
for Windows of 0x80000000 and 0x7FFFFFFF when casting
between time_t and uint32. Add conversion functions
(and use them).
Jeremy.
source/configure.in
source/lib/time.c
source/passdb/passdb.c
source/utils/pdbedit.c