]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/odhcp6c.c
Add a missing cast for some platforms
[odhcp6c.git] / src / odhcp6c.c
index 2cb4bbcf10a200797e2268bae6120aeb250a2928..0825610a2a61f87d6f3c11935d118b983be7a4f6 100644 (file)
@@ -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);