Unix.st
changeset 1666 4797ec69fc53
parent 1654 4352c5837f37
child 1675 b4cd81adda85
--- a/Unix.st	Fri Sep 13 18:49:38 1996 +0200
+++ b/Unix.st	Fri Sep 13 18:55:46 1996 +0200
@@ -2562,10 +2562,12 @@
     ^ (self errorSymbolAndTextForNumber:errNr) at:1
 
     "
-     OperatingSystem errorTextForNumber:4
+     OperatingSystem errorSymbolForNumber:4
+     OperatingSystem errorSymbolForNumber:2
     "
 
     "Modified: 12.4.1996 / 09:16:29 / stefan"
+    "Modified: 13.9.1996 / 16:23:35 / cg"
 !
 
 errorTextForNumber:errNr
@@ -7851,6 +7853,6 @@
 !OperatingSystem  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.166 1996-09-10 17:41:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.167 1996-09-13 16:55:46 cg Exp $'
 ! !
 OperatingSystem initialize!