reds: Use proper maximum constant for time_t

Frediano Ziglio requested to merge fziglio/spice:time_limit into master

Some systems use 32-bits, other 64-bits. Some systems use signed integers, other unsigned integers. Compute maximum constant based on time_t type.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports