summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ab
blob: 2f5b8ef2dea7b01c2462b8687bb7bc84465b96ae (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.11 2005/02/21 11:07:37 adam Exp $

--- Src/zsh.h.orig	2005-01-12 12:19:06.000000000 +0000
+++ Src/zsh.h
@@ -1625,6 +1625,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
@@ -1640,6 +1641,7 @@ struct ttyinfo {
 #define SGTABTYPE       XTABS
 #  endif
 # endif
+#endif
 
 /* flags for termflags */