summaryrefslogtreecommitdiff
path: root/shells/zsh/files/patch-Src_Modules_zpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/files/patch-Src_Modules_zpty.c')
-rw-r--r--shells/zsh/files/patch-Src_Modules_zpty.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/zsh/files/patch-Src_Modules_zpty.c b/shells/zsh/files/patch-Src_Modules_zpty.c
deleted file mode 100644
index f0e3b199d8d2..000000000000
--- a/shells/zsh/files/patch-Src_Modules_zpty.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- Src/Modules/zpty.c.orig 2015-06-02 06:51:05.604875000 +0200
-+++ Src/Modules/zpty.c 2015-06-02 00:07:36.672596000 +0200
-@@ -154,7 +154,7 @@ getptycmd(char *name)
- return NULL;
- }
-
--#ifdef USE_DEV_PTMX
-+#if defined(HAVE_POSIX_OPENPT) || defined(USE_DEV_PTMX)
-
- #ifdef HAVE_SYS_STROPTS_H
- #include <sys/stropts.h>