[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Fri Nov 3 14:07:10 UTC 2017


New commits:
commit 9e5d7a6855f1e89c03537e0a7983fd352190f693
Author: Andrew Cagney <cagney at gnu.org>
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).



More information about the Swan-commit mailing list