diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /x11/kde4-runtime/files/patch-TEPty.C | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'x11/kde4-runtime/files/patch-TEPty.C')
-rw-r--r-- | x11/kde4-runtime/files/patch-TEPty.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kde4-runtime/files/patch-TEPty.C b/x11/kde4-runtime/files/patch-TEPty.C deleted file mode 100644 index 9a5ece3b2ab3..000000000000 --- a/x11/kde4-runtime/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |