commit | 105ad8615da1bcb417e1757ef4787cd2cdbb3cbc | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@diac24.net> | Thu Feb 16 04:50:35 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:55 2015 +0100 |
tree | 9a786be4e7f0750ebd7efb1510f1cecfd3b9d16d | |
parent | f8cfeb25e62206aaf940b2aabf6a96c36ad4627d [diff] [blame] |
pimd: fix wtf code * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf
diff --git a/pimd/pim_time.c b/pimd/pim_time.c index 7d4581d..b884efc 100644 --- a/pimd/pim_time.c +++ b/pimd/pim_time.c
@@ -30,6 +30,7 @@ #include "pim_time.h" +#if 0 static int pim_gettime(int clk_id, struct timeval *tv) { struct timespec ts; @@ -58,6 +59,7 @@ return result; } +#endif static int gettime_monotonic(struct timeval *tv) {