diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-04-22 15:09:38 +0200 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-04-22 15:09:38 +0200 |
| commit | 13bb1a10037412c0a232f69e5dcf80b62dc90b13 (patch) | |
| tree | 6354b6913be671003f63001560fe3a66742da9c9 /libddekit | |
| parent | b168f41d6eab6319bb5a2fcc065541ba2b18926e (diff) | |
jiffies in the type of unsigned long.
Diffstat (limited to 'libddekit')
| -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; |
