summaryrefslogtreecommitdiff
path: root/misc/gnuls/files/extra-patch-stty.c
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-13 01:08:29 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-13 01:08:29 +0000
commit441e97c94f675c723bfdf67ec61d2f981044a986 (patch)
tree51cd72e1fbfe0a697bbf5035652402b0d3559945 /misc/gnuls/files/extra-patch-stty.c
parent- Update to 0.4 (diff)
- Update to 6.12
PR: ports/130193 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer)
Notes
Notes: svn path=/head/; revision=225910
Diffstat (limited to '')
-rw-r--r--misc/gnuls/files/extra-patch-stty.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/gnuls/files/extra-patch-stty.c b/misc/gnuls/files/extra-patch-stty.c
new file mode 100644
index 000000000000..8704c918a4dc
--- /dev/null
+++ b/misc/gnuls/files/extra-patch-stty.c
@@ -0,0 +1,20 @@
+--- src/stty.c.orig 2007-03-18 14:36:43.000000000 -0700
++++ src/stty.c 2008-08-28 18:54:40.000000000 -0700
+@@ -282,8 +282,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
+@@ -632,7 +630,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\