summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/files/patch-src_stty.c
blob: 9bc150cc1ba2d879a29235e0b1e9ac7bfa903795 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/stty.c.orig	2016-01-07 12:32:35 UTC
+++ src/stty.c
@@ -287,10 +287,10 @@ static struct mode_info const mode_info[
 # ifdef TAB3
   {"tab3", output, SANE_UNSET, TAB3, TABDLY},
 # endif
-# ifdef TAB2
+# if 0
   {"tab2", output, SANE_UNSET, TAB2, TABDLY},
 # endif
-# ifdef TAB1
+# if 0
   {"tab1", output, SANE_UNSET, TAB1, TABDLY},
 # endif
 # ifdef TAB0