oops - invalid directives in VMS case ...
authorClaus Gittinger <cg@exept.de>
Thu, 29 Jan 1998 13:33:55 +0100
changeset 3242 ac75ec885b66
parent 3241 259bdd31694b
child 3243 b67d9d90ea1f
oops - invalid directives in VMS case ...
Unix.st
--- a/Unix.st	Wed Jan 28 23:30:41 1998 +0100
+++ b/Unix.st	Thu Jan 29 13:33:55 1998 +0100
@@ -119,7 +119,7 @@
   /*
    * req'd for additional fileInfo
    */
-# incldue <rms.h> /* */
+# include <rms.h> /* */
 # include <fabdef.h>
 
   /*
@@ -184,8 +184,8 @@
 # if __VMS_VER < 70000000
 #  define NO_PWD
 # endif
-# efine NO_PWD_PASSWD
-# efine NO_PWD_GECOS
+# define NO_PWD_PASSWD
+# define NO_PWD_GECOS
 
 #endif /* __VMS__ */
 
@@ -10596,6 +10596,6 @@
 !OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.275 1998-01-28 14:45:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.276 1998-01-29 12:33:55 cg Exp $'
 ! !
 OperatingSystem initialize!