*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 15 Sep 1997 22:48:59 +0200
changeset 2926 182baa3a4862
parent 2925 1a64228425ca
child 2927 1434c3d7f78a
*** empty log message ***
ProcSched.st
ProcessorScheduler.st
--- a/ProcSched.st	Mon Sep 15 22:44:29 1997 +0200
+++ b/ProcSched.st	Mon Sep 15 22:48:59 1997 +0200
@@ -817,9 +817,7 @@
      status of the OS process changes (e.g. the process terminates).
      The method returns the value from aBlockReturningPid (i.e a pid or nil)."
 
-    |pid blocked osProcessStatus osType|
-
-    osType := OperatingSystem getOSType.
+    |pid blocked osProcessStatus|
 
     OperatingSystem sigCHLD ~= 0 ifTrue:[
 	"/ SIGCHLD is supported,
@@ -2575,6 +2573,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.137 1997-08-05 14:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.138 1997-09-15 20:48:59 cg Exp $'
 ! !
 ProcessorScheduler initialize!
--- a/ProcessorScheduler.st	Mon Sep 15 22:44:29 1997 +0200
+++ b/ProcessorScheduler.st	Mon Sep 15 22:48:59 1997 +0200
@@ -817,9 +817,7 @@
      status of the OS process changes (e.g. the process terminates).
      The method returns the value from aBlockReturningPid (i.e a pid or nil)."
 
-    |pid blocked osProcessStatus osType|
-
-    osType := OperatingSystem getOSType.
+    |pid blocked osProcessStatus|
 
     OperatingSystem sigCHLD ~= 0 ifTrue:[
 	"/ SIGCHLD is supported,
@@ -2575,6 +2573,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.137 1997-08-05 14:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.138 1997-09-15 20:48:59 cg Exp $'
 ! !
 ProcessorScheduler initialize!