summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-11-02 22:54:02 +0000
committerWill Andrews <will@FreeBSD.org>2000-11-02 22:54:02 +0000
commita5f9327eda6342a35f53638cad49d5a9eaf96d07 (patch)
tree621c09e2d13d9b85bc8597b021ac2b7480a69e50 /x11/kdebase3
parentAdd port for shntool, a utility for working with WAV files and (diff)
Add patch to fix konsole crashes. Has been submitted to the KDE team.
PR: 22555 Submitted by: nsayer
Notes
Notes: svn path=/head/; revision=34686
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/files/patch-TEPty.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdebase3/files/patch-TEPty.C b/x11/kdebase3/files/patch-TEPty.C
new file mode 100644
index 000000000000..9a5ece3b2ab3
--- /dev/null
+++ b/x11/kdebase3/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