summaryrefslogtreecommitdiff
path: root/sysutils/cotty/files/patch-cotty-0.4c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cotty/files/patch-cotty-0.4c.c')
-rw-r--r--sysutils/cotty/files/patch-cotty-0.4c.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/cotty/files/patch-cotty-0.4c.c b/sysutils/cotty/files/patch-cotty-0.4c.c
deleted file mode 100644
index a35d448380db..000000000000
--- a/sysutils/cotty/files/patch-cotty-0.4c.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- cotty-0.4c.c.orig Sun Aug 22 21:39:06 2004
-+++ cotty-0.4c.c Sun Aug 22 21:40:01 2004
-@@ -748,6 +748,7 @@
- return 1;
- case normal:
- case keep_current:
-+ break;
- }
- return 2;
- }
-@@ -762,7 +763,8 @@
- case normal:
- case keep_current:
- case direct:
-- }
-+ break;
-+ }
- return 2;
- }
-
-@@ -989,8 +991,8 @@
- strcpy(tty_name[1],pty_name[0]);
- strcpy(pty_name[1],tty_name[0]);
- break;
-- case normal:
-- case keep_current:
-+ case normal: break;
-+ case keep_current: break;
- }
- /* we don't need those null fds anymore */
- for (j=0;j<3;j++) {