summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-03-03 08:48:11 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-05-30 03:08:04 +0200
commit8f2c16aab0388ea624ea67cf9a025a662ed9a84b (patch)
treef2cff306ac8fc7cbb31680ad25b6d1966ada24bb /ospfd/ospf_lsa.c
parentzclient: Revert lib export of zclient_socket()/zclient_socket_un(). (diff)
downloadfrr-8f2c16aab0388ea624ea67cf9a025a662ed9a84b.tar.xz
frr-8f2c16aab0388ea624ea67cf9a025a662ed9a84b.zip
*: use long long to print time_t
Since we can't assume time_t to be long, int, or even long long, this consistently uses %lld/long long (or %llu/unsigned long long in a few cases) to print time_t/susecond_t values. This should fix a bunch of warnings, on NetBSD in particular. (Unfortunately, there seems to be no "PRId64" style printing macro for time_t...) Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit ef008d2f8dc8f7160d8a3d24a15f2fad79ef3242)
Diffstat (limited to 'ospfd/ospf_lsa.c')
0 files changed, 0 insertions, 0 deletions