summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/patches/patch-ab')
-rw-r--r--shells/zsh/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/zsh/patches/patch-ab b/shells/zsh/patches/patch-ab
index 0075cf423ad..2f5b8ef2dea 100644
--- a/shells/zsh/patches/patch-ab
+++ b/shells/zsh/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.10 2004/08/16 16:17:39 recht Exp $
+$NetBSD: patch-ab,v 1.11 2005/02/21 11:07:37 adam Exp $
---- Src/zsh.h.orig 2004-08-13 12:22:47.000000000 +0200
-+++ Src/zsh.h 2004-08-16 11:54:07.000000000 +0200
-@@ -1576,6 +1576,7 @@
+--- Src/zsh.h.orig 2005-01-12 12:19:06.000000000 +0000
++++ Src/zsh.h
+@@ -1625,6 +1625,7 @@ struct ttyinfo {
#endif
};
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.10 2004/08/16 16:17:39 recht Exp $
/* defines for whether tabs expand to spaces */
#if defined(HAVE_TERMIOS_H) || defined(HAVE_TERMIO_H)
#define SGTTYFLAG shttyinfo.tio.c_oflag
-@@ -1591,6 +1592,7 @@
+@@ -1640,6 +1641,7 @@ struct ttyinfo {
#define SGTABTYPE XTABS
# endif
# endif