X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fodhcp6c.c;h=0825610a2a61f87d6f3c11935d118b983be7a4f6;hb=e8b21f28d61621624a74c40f3709835476a88293;hp=2cb4bbcf10a200797e2268bae6120aeb250a2928;hpb=2694232fb6fd00351dcd51609aac08b66fb2b1d8;p=odhcp6c.git diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 2cb4bbc..0825610 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -302,7 +302,7 @@ static int usage(void) // Don't want to pull-in librt and libpthread just for a monotonic clock... -uint64_t adhc6c_get_milli_time(void) +uint64_t odhcp6c_get_milli_time(void) { struct timespec t = {0, 0}; syscall(SYS_clock_gettime, CLOCK_MONOTONIC, &t);