K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-02-04T08:52:49.152082Z K 7 svn:log V 404 - Delete `ptr` to fix -Wunused-but-set warnings - Fix `parse_ntp_ts` to use saved_errno properly to also mute -Wunused-but-set warnings. - Delete a few errant errno = 0 calls after calling strlcpy to let the error cases fail as designed if the strings passed in weren't base 10 numbers. - Make style a bit consistent with all blocks where `errno` is saved to `saved_errno`. Reported by: gcc 4.9.4 END