diff options
Diffstat (limited to 'shells/zsh-current/patches/patch-ab')
-rw-r--r-- | shells/zsh-current/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/zsh-current/patches/patch-ab b/shells/zsh-current/patches/patch-ab index e2a5fe1e58a..dd4176b8519 100644 --- a/shells/zsh-current/patches/patch-ab +++ b/shells/zsh-current/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 2008/12/21 16:53:45 uebayasi Exp $ +$NetBSD: patch-ab,v 1.4 2011/04/05 13:54:24 ryoon Exp $ ---- Src/zsh.h.orig 2008-10-31 18:40:18.000000000 +0900 +--- Src/zsh.h.orig 2010-12-14 10:09:52.000000000 +0000 +++ Src/zsh.h -@@ -1986,6 +1986,7 @@ struct ttyinfo { +@@ -2105,6 +2105,7 @@ struct ttyinfo { #endif }; @@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.3 2008/12/21 16:53:45 uebayasi Exp $ /* defines for whether tabs expand to spaces */ #if defined(HAVE_TERMIOS_H) || defined(HAVE_TERMIO_H) #define SGTTYFLAG shttyinfo.tio.c_oflag -@@ -2003,6 +2004,7 @@ struct ttyinfo { +@@ -2122,6 +2123,7 @@ struct ttyinfo { # endif # endif # endif |