mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
16 lines
362 B
C
16 lines
362 B
C
--- 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
|