CVS by garbanzo wrote: > kdelibs/kdesu kdesu_pty.cpp,2.1,2.2 > Author: garbanzo > CVSROOT: /home/kde > Mon Aug 21 20:31:28 UTC 2000 > Update of /home/kde/kdelibs/kdesu > cvs.kde.org hosted by sourceforge.net > > Modified Files: > kdesu_pty.cpp > Log Message: > Make this work, don't use ttyname, and don't close the fd.] Care to explain why I cannot close the fd? slave_fd is not used anywhere and the pty is reopened by kdesu using the device PTY::ptsname(). Greetings, Geert