*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 07 Jul 2013 14:21:18 +0200
changeset 15484 840d6cc94534
parent 15483 ac4e5762550c
child 15485 a78665e7d5b3
*** empty log message ***
UnixOperatingSystem.st
--- a/UnixOperatingSystem.st	Sun Jul 07 14:20:13 2013 +0200
+++ b/UnixOperatingSystem.st	Sun Jul 07 14:21:18 2013 +0200
@@ -6274,6 +6274,7 @@
     char line[128];
     register CONST char *cp1, *cp2;
     int len, _fdM = -1, _fdS = -1;
+    char *slaveName = NULL;
 
     len = sizeof(PTY_TEMPL) - 1;
     strncpy(line, PTY_TEMPL, sizeof(PTY_TEMPL));
@@ -13573,11 +13574,11 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.327 2013-07-07 12:20:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.328 2013-07-07 12:21:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.327 2013-07-07 12:20:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.328 2013-07-07 12:21:18 cg Exp $'
 ! !