*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 07 Apr 1996 04:13:20 +0200
changeset 1142 3964108b86ca
parent 1141 8ea1b43f7034
child 1143 27325100bdf4
*** empty log message ***
Unix.st
--- a/Unix.st	Sun Apr 07 04:12:19 1996 +0200
+++ b/Unix.st	Sun Apr 07 04:13:20 1996 +0200
@@ -48,6 +48,10 @@
 #endif
 
 #ifdef LINUX
+  /* use inline string macros */
+# define __STRINGDEFS__
+# include <linuxIntern.h>
+
 # ifndef WANT_SYSTEM
 #  define WANT_SYSTEM
 # endif
@@ -7282,6 +7286,6 @@
 !OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.134 1996-04-02 22:12:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.135 1996-04-07 02:13:20 cg Exp $'
 ! !
 OperatingSystem initialize!