*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 13 Nov 1995 19:36:22 +0100
changeset 119 0640f4528634
parent 118 142d5c273454
child 120 fa3590433788
*** empty log message ***
Socket.st
--- a/Socket.st	Mon Nov 13 19:34:19 1995 +0100
+++ b/Socket.st	Mon Nov 13 19:36:22 1995 +0100
@@ -35,7 +35,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.41 1995-11-13 18:34:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.42 1995-11-13 18:36:22 cg Exp $'
 !
 
 documentation
@@ -208,7 +208,8 @@
     example (connect to above server and send some data;
 	     Notice, this fails, if above server code is executed in the same ST/X image
 		     (at least on LINUX), since the OS does not correctly handle
-		     a connect from within an interrupted accept system call):
+		     a connect from within an interrupted accept system call
+		     On SGI's SVR4, this works ok
 
 	|sock|