Hi, + /* If we're using a sane setup (/dev/ptmx taking care of slave ttys), + * fake a /dev/pty0 so the rest of the code works */ + if(strlen(pty)==9 && !strncmp(pty, "/dev/ptmx", 9)) + strcpy(pty, "/dev/pty0"); + Nie wiem, kto to nakladal, ale czy moglby wyjasnic co to robi? -- Piotr Szymanski