[Spread-users] [BUG][PATCH] fd to session troubles

Marc Zyngier Marc.Zyngier at evidian.com
Tue Feb 5 07:28:18 EST 2002


>>>>> "JS" == Jonathan Stanton <jonathan at cnds.jhu.edu> writes:

JS> When you get a chance, take a look at the patch (it is in the
JS> spreadcvs mailing list archives if you aren't subscribed) or check
JS> it out of cvs and tell me what you think.

Compiles with the attached patch. Preprocessor screams like mad about
E* being redefined, but it started OK.

        M.

Index: arch.c
===================================================================
RCS file: /CVSROOT/src/components/farm/spread/daemon/arch.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arch.c	2002/02/05 09:58:34	1.2
+++ arch.c	2002/02/05 12:34:35	1.3
@@ -100,7 +100,9 @@
             return "WSAETIMEDOUT: The connection has been dropped, because of a network failure or because the system on the other end went down without notice.";
         default:
             return "Unknown WSA error!";
+		}
 
 }
 
 #endif
+

-- 
And don't forget you'll never get a dog to walk upright
Just 'cause you've got the power, that don't mean you've got the right.





More information about the Spread-users mailing list