SocketHandle>>getAddressInfo: ..
authorStefan Vogel <sv@exept.de>
Tue, 27 Jul 2010 11:08:07 +0200
changeset 12967 f3273ea6f426
parent 12966 396518f8f526
child 12968 07761a8bcc6a
SocketHandle>>getAddressInfo: .. more Stack (needed for linux)
UnixOperatingSystem.st
--- a/UnixOperatingSystem.st	Mon Jul 26 12:27:12 2010 +0200
+++ b/UnixOperatingSystem.st	Tue Jul 27 11:08:07 2010 +0200
@@ -11266,7 +11266,7 @@
         serviceName := serviceNameArg printString.      "convert integer port numbers"
     ].
 
-%{ /* STACK: 100000 */  /* Don't know whether DNS, NIS, LDAP or whatever is consulted */
+%{ /* STACK: 200000 */  /* Don't know whether DNS, NIS, LDAP or whatever is consulted */
 #undef xxAI_NUMERICHOST /* remove xx to test gethost...() path */
 
 
@@ -12700,11 +12700,11 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.275 2010-07-23 15:10:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.276 2010-07-27 09:08:07 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.275 2010-07-23 15:10:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.276 2010-07-27 09:08:07 stefan Exp $'
 ! !
 
 UnixOperatingSystem initialize!