*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 19 May 1999 12:46:21 +0200
changeset 4201 591bf7d022d8
parent 4200 4f4ce9a95512
child 4202 b9f85ebd2e38
*** empty log message ***
UnixOS.st
UnixOperatingSystem.st
--- a/UnixOS.st	Wed May 19 12:39:07 1999 +0200
+++ b/UnixOS.st	Wed May 19 12:46:21 1999 +0200
@@ -3880,6 +3880,12 @@
     "Modified: / 5.6.1998 / 18:35:35 / cg"
 !
 
+getNullDevice
+    "return the name of the OS's null device"
+
+    ^ '/dev/null'
+!
+
 infoOf:aPathName
     "return some object filled with info for the file 'aPathName';
      the info (for which corresponding access methods are understood by
@@ -8515,6 +8521,6 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/UnixOS.st,v 1.57 1999-04-22 18:53:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/UnixOS.st,v 1.58 1999-05-19 10:46:21 cg Exp $'
 ! !
 UnixOperatingSystem initialize!
--- a/UnixOperatingSystem.st	Wed May 19 12:39:07 1999 +0200
+++ b/UnixOperatingSystem.st	Wed May 19 12:46:21 1999 +0200
@@ -3880,6 +3880,12 @@
     "Modified: / 5.6.1998 / 18:35:35 / cg"
 !
 
+getNullDevice
+    "return the name of the OS's null device"
+
+    ^ '/dev/null'
+!
+
 infoOf:aPathName
     "return some object filled with info for the file 'aPathName';
      the info (for which corresponding access methods are understood by
@@ -8515,6 +8521,6 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.57 1999-04-22 18:53:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.58 1999-05-19 10:46:21 cg Exp $'
 ! !
 UnixOperatingSystem initialize!