lkml.org 
[lkml]   [1999]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectWarnings fix

Simple warnings fix, didn't appear to break anything.

Stephen

diff -u --recursive --new-file v2.3.33/net/sunrpc/xprt.c linux/net/sunrpc/xprt.c
--- v2.3.33/net/sunrpc/xprt.c Fri Oct 15 12:15:26 1999
+++ linux/net/sunrpc/xprt.c Mon Dec 20 23:09:11 1999
@@ -816,7 +816,7 @@
do_rpciod_tcp_dispatcher(void)
{
struct rpc_xprt *xprt;
- int result;
+ int result = 0;

dprintk("rpciod_tcp_dispatcher: Queue Running\n");



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.209 / U:0.924 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site