summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2012-12-21 15:48:27 +0100
committerSteven Barth <steven@midlink.org>2012-12-21 15:48:27 +0100
commit6bdec649886d077620f4b3004782dee662f90c14 (patch)
tree5965669d96c67a87bd737228f8f6ecd1b957cc26 /src/odhcp6c.c
parent53e6041e90e9d69576240ff5e403f8fa35cc6a93 (diff)
downloadodhcp6c-6bdec649886d077620f4b3004782dee662f90c14.tar.gz
Rename function for consistency
Diffstat (limited to 'src/odhcp6c.c')
-rw-r--r--src/odhcp6c.c2
1 files changed, 1 insertions, 1 deletions
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);