Are all those time changes really needed? I don’t have the budget for a time rewrite, unless surfeasy wants it and knows it is a few days or work
Sent from my iPhone > On Nov 3, 2017, at 18:07, Andrew Cagney <[email protected]> wrote: > > New commits: > commit 9e5d7a6855f1e89c03537e0a7983fd352190f693 > Author: Andrew Cagney <[email protected]> > Date: Thu Nov 2 13:21:09 2017 -0400 > > timers: use intmax_t for deltamillisecs > > The signed type is used since deltatime_t can be -ve. On 32-bit > systems, code using long was limited to +-12 days (lucky all timeouts > are less than that). > > Update some obvious printf statements (use %jd) and variables (replace > unsigned long with intmax_t). > > _______________________________________________ > Swan-commit mailing list > [email protected] > https://lists.libreswan.org/mailman/listinfo/swan-commit _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
