Hi,

This patch fixes a compilation warning.

timerfd01.c: In function `main':
timerfd01.c:128: warning: unused variable `tfd2'

Signed-off-by: CAI Qian <[EMAIL PROTECTED]>
--- testcases/kernel/syscalls/timerfd/timerfd01.c.orig  2008-11-10 
19:34:56.477965455 +0800
+++ testcases/kernel/syscalls/timerfd/timerfd01.c       2008-11-10 
19:35:08.407994676 +0800
@@ -125,7 +125,7 @@
 int TST_TOTAL = 3;
 
 int main(int ac, char **av) {
-       int i, tfd, tfd2;
+       int i, tfd;
        long ticks;
        unsigned long long tnow, ttmr;
        u_int64_t uticks;
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to