summaryrefslogtreecommitdiff
path: root/nfs/rpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/rpc.c')
-rw-r--r--nfs/rpc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nfs/rpc.c b/nfs/rpc.c
index 8068e0ff..90d534ba 100644
--- a/nfs/rpc.c
+++ b/nfs/rpc.c
@@ -1,5 +1,5 @@
/* SunRPC management for NFS client
- Copyright (C) 1994, 1995, 1996 Free Software Foundation
+ Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -368,8 +368,10 @@ rpc_receive_thread ()
break;
}
}
+#if notanymore
if (!r)
fprintf (stderr, "NFS dropping reply xid %d\n", xid);
+#endif
mutex_unlock (&outstanding_lock);
}
}