afs/net/rxrpc connection.c,1.8,1.9

dwh at infradead.org dwh at infradead.org
Thu Mar 25 15:33:15 GMT 2004


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

Modified Files:
	connection.c 
Log Message:
C99 initialiser


Index: connection.c
===================================================================
RCS file: /home/cvs/afs/net/rxrpc/connection.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- connection.c	19 Aug 2003 09:39:54 -0000	1.8
+++ connection.c	25 Mar 2004 15:33:12 -0000	1.9
@@ -41,7 +41,7 @@
 }
 
 static const struct rxrpc_timer_ops rxrpc_conn_timer_ops = {
-	timed_out:	__rxrpc_conn_timeout,
+	.timed_out	= __rxrpc_conn_timeout,
 };
 
 /*****************************************************************************/




More information about the linux-afs-cvs mailing list