diff options
author | Will Andrews <will@FreeBSD.org> | 2000-11-02 22:54:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-11-02 22:54:02 +0000 |
commit | a5f9327eda6342a35f53638cad49d5a9eaf96d07 (patch) | |
tree | 621c09e2d13d9b85bc8597b021ac2b7480a69e50 /x11/kdebase4-runtime | |
parent | 9ea7b64e0fb5978f1f4c745f4c7a4be7ae4e232c (diff) | |
download | ports-a5f9327eda6342a35f53638cad49d5a9eaf96d07.tar.gz ports-a5f9327eda6342a35f53638cad49d5a9eaf96d07.zip |
Notes
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/files/patch-TEPty.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/files/patch-TEPty.C b/x11/kdebase4-runtime/files/patch-TEPty.C new file mode 100644 index 000000000000..9a5ece3b2ab3 --- /dev/null +++ b/x11/kdebase4-runtime/files/patch-TEPty.C @@ -0,0 +1,11 @@ +--- konsole/src/TEPty.C Tue Oct 3 14:57:30 2000 ++++ konsole/src/TEPty.C.new Thu Nov 2 17:51:30 2000 +@@ -225,7 +225,7 @@ + #ifdef HAVE_UTEMPTER + removeLineFromUtmp(ttynam, fd); + #elif defined(USE_LOGIN) +- char *tty_name=ttyname(0); ++ char *tty_name=ttyname(fd); + if (tty_name) + logout(tty_name); + #endif |