summaryrefslogtreecommitdiff
path: root/misc/gnuls/files/extra-patch-stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnuls/files/extra-patch-stty.c')
-rw-r--r--misc/gnuls/files/extra-patch-stty.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/gnuls/files/extra-patch-stty.c b/misc/gnuls/files/extra-patch-stty.c
deleted file mode 100644
index f47daaf06530..000000000000
--- a/misc/gnuls/files/extra-patch-stty.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/stty.c.orig 2009-02-22 12:02:55.000000000 -0300
-+++ src/stty.c 2009-02-22 12:04:32.000000000 -0300
-@@ -280,8 +280,6 @@
- #endif
- #ifdef TABDLY
- {"tab3", output, SANE_UNSET, TAB3, TABDLY},
-- {"tab2", output, SANE_UNSET, TAB2, TABDLY},
-- {"tab1", output, SANE_UNSET, TAB1, TABDLY},
- {"tab0", output, SANE_SET, TAB0, TABDLY},
- #else
- # ifdef OXTABS
-@@ -627,7 +625,7 @@
- fputs (_("\
- * [-]onocr do not print carriage returns in the first column\n\
- [-]opost postprocess output\n\
-- * tabN horizontal tab delay style, N in [0..3]\n\
-+ * tabN horizontal tab delay style, N in [0,3]\n\
- * tabs same as tab0\n\
- * -tabs same as tab3\n\
- * vtN vertical tab delay style, N in [0..1]\n\