From 13bb1a10037412c0a232f69e5dcf80b62dc90b13 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Thu, 22 Apr 2010 15:09:38 +0200 Subject: jiffies in the type of unsigned long. --- libddekit/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libddekit') 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; -- cgit v1.2.3