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