ExternalStream.st
changeset 16373 9b9827530bf4
parent 16368 1efe4d36fd3f
child 16463 2b3728727f5e
--- a/ExternalStream.st	Fri Apr 18 15:12:03 2014 +0200
+++ b/ExternalStream.st	Fri Apr 18 15:51:33 2014 +0200
@@ -85,7 +85,6 @@
 
 # undef __END_INTERRUPTABLE__
 # define __END_INTERRUPTABLE__    /* nothing */
-
 #endif
 
 # ifdef __i386__
@@ -683,6 +682,8 @@
 
 #else /* ! WIN32 */
 /* ========================   UNIX / LINUX ====================================================== */
+typedef int SOCKET;
+
 # define __READING__(f)                          \
     if ((__INST(didWrite) != false)              \
      && (__INST(mode) == @symbol(readwrite))) {  \
@@ -5890,11 +5891,11 @@
 !ExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.385 2014-04-18 13:06:29 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.386 2014-04-18 13:51:32 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.385 2014-04-18 13:06:29 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.386 2014-04-18 13:51:32 stefan Exp $'
 ! !