summaryrefslogtreecommitdiff
path: root/shells/zsh/files
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/files')
-rw-r--r--shells/zsh/files/patch-Completion_Unix_Command___du9
-rw-r--r--shells/zsh/files/patch-Src_Modules_zpty.c11
2 files changed, 0 insertions, 20 deletions
diff --git a/shells/zsh/files/patch-Completion_Unix_Command___du b/shells/zsh/files/patch-Completion_Unix_Command___du
deleted file mode 100644
index f990131d725c..000000000000
--- a/shells/zsh/files/patch-Completion_Unix_Command___du
+++ /dev/null
@@ -1,9 +0,0 @@
---- Completion/Unix/Command/_du.orig 2015-05-03 17:57:18 UTC
-+++ Completion/Unix/Command/_du
-@@ -74,5 +74,5 @@ else
- do
- [[ $OSTYPE = $~pattern ]] && args+=( $arg )
- done
-- _arguments -s -A "-*" $args
-+ _arguments -s -A "-*" $args '*:file:_files'
- fi
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>