aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files/patch-TEPty.C
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4-runtime/files/patch-TEPty.C')
-rw-r--r--x11/kdebase4-runtime/files/patch-TEPty.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdebase4-runtime/files/patch-TEPty.C b/x11/kdebase4-runtime/files/patch-TEPty.C
deleted file mode 100644
index 796ec243efbf..000000000000
--- a/x11/kdebase4-runtime/files/patch-TEPty.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001
-+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001
-@@ -238,7 +238,7 @@
- #ifdef HAVE_UTEMPTER
- removeLineFromUtmp(ttynam, fd);
- #elif defined(USE_LOGIN)
-- char *tty_name=ttyname(0);
-+ char *tty_name=ttyname(fd);
- if (tty_name)
- {
- if (strncmp(tty_name, "/dev/", 5) == 0)