diff options
-rw-r--r-- | libddekit/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/timer.c b/libddekit/timer.c index cbd11522..a8a91a85 100644 --- a/libddekit/timer.c +++ b/libddekit/timer.c @@ -54,7 +54,7 @@ static void dump_list(char *msg) #endif } -long long fetch_jiffies () +unsigned long fetch_jiffies () { struct timeval tv; long long j; |