summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-16 13:16:11 +0000
committerRoy Marples <roy@marples.name>2008-01-16 13:16:11 +0000
commit398ac8be8acb725f655ab0ed6e9f916bb6e83e5a (patch)
tree004616e744e0e08249704ac88013673d457d6de2 /common.c
parent4417db8791d49380f2619686426b32d6677de65e (diff)
downloaddhcpcd-398ac8be8acb725f655ab0ed6e9f916bb6e83e5a.tar.xz
uptime should return time_t
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index e07b26f0..747e4f0e 100644
--- a/common.c
+++ b/common.c
@@ -167,7 +167,7 @@ int get_time (struct timeval *tp)
#endif
}
-long uptime (void)
+time_t uptime (void)
{
struct timeval tp;