summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ab
blob: 15c4390eb2ef0966dca3e79597f588e447b6016f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.9 2004/08/04 03:33:40 minskim Exp $

--- Src/zsh.h.orig	Thu Mar 11 13:20:10 2004
+++ Src/zsh.h
@@ -1565,6 +1565,7 @@ struct ttyinfo {
 #endif
 };
 
+#ifndef __INTERIX
 /* defines for whether tabs expand to spaces */
 #if defined(HAVE_TERMIOS_H) || defined(HAVE_TERMIO_H)
 #define SGTTYFLAG       shttyinfo.tio.c_oflag
@@ -1580,6 +1581,7 @@ struct ttyinfo {
 #define SGTABTYPE       XTABS
 #  endif
 # endif
+#endif
 
 /* flags for termflags */