*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 14 Apr 1997 13:37:13 +0200
changeset 2545 cb80dc9006fe
parent 2544 c3a2791de289
child 2546 5900d37bf004
*** empty log message ***
Unix.st
--- a/Unix.st	Sun Apr 13 02:18:58 1997 +0200
+++ b/Unix.st	Mon Apr 14 13:37:13 1997 +0200
@@ -7645,6 +7645,7 @@
 
 blockingChildProcessWait
      "return true, if childProcessWait: blocks, if no childs are ready"
+
 %{ /*NOCONTEXT*/
 #if defined(HAS_WAITPID) || defined(HAS_WAIT3)
     RETURN(false);
@@ -8336,6 +8337,6 @@
 !OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.200 1997-03-26 11:48:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.201 1997-04-14 11:37:13 cg Exp $'
 ! !
 OperatingSystem initialize!