UnixOperatingSystem.st
changeset 5462 1e927c58c446
parent 5460 bf02ab313db2
child 5485 f083e36bb4b9
--- a/UnixOperatingSystem.st	Wed Jul 12 14:31:48 2000 +0200
+++ b/UnixOperatingSystem.st	Wed Jul 12 16:03:28 2000 +0200
@@ -4235,7 +4235,6 @@
 %{
     struct stat buf;
     int ret;
-    char nameBuffer[15];
     unsigned INT ino;
 
     if (__isString(aPathName)) {
@@ -8978,6 +8977,6 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.87 2000-07-12 12:13:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.88 2000-07-12 14:03:28 cg Exp $'
 ! !
 UnixOperatingSystem initialize!