afs/net/rxrpc krxtimod.c,1.5,1.6

dwh at infradead.org dwh at infradead.org
Wed Apr 9 17:43:09 BST 2003


Update of /home/cvs/afs/net/rxrpc
In directory phoenix.infradead.org:/tmp/cvs-serv6589/net/rxrpc

Modified Files:
	krxtimod.c 
Log Message:
upgrade to linux-2.5.67


Index: krxtimod.c
===================================================================
RCS file: /home/cvs/afs/net/rxrpc/krxtimod.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- krxtimod.c	2 Mar 2003 18:56:14 -0000	1.5
+++ krxtimod.c	9 Apr 2003 15:43:06 -0000	1.6
@@ -110,7 +110,7 @@
 			timeout = timer->timo_jif;
 			jif = jiffies;
 
-			if (time_before_eq(timeout,jif))
+			if (time_before_eq((unsigned long)timeout,jif))
 				goto immediate;
 
 			else {




More information about the linux-afs-cvs mailing list