summaryrefslogtreecommitdiff
path: root/sysutils/heirloom/files/patch-stty__stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/heirloom/files/patch-stty__stty.c')
-rw-r--r--sysutils/heirloom/files/patch-stty__stty.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/heirloom/files/patch-stty__stty.c b/sysutils/heirloom/files/patch-stty__stty.c
new file mode 100644
index 000000000000..636eb2250fb2
--- /dev/null
+++ b/sysutils/heirloom/files/patch-stty__stty.c
@@ -0,0 +1,29 @@
+--- stty/stty.c
++++ stty/stty.c
+@@ -79,7 +79,7 @@
+ static void lcase(int);
+ #endif
+ static void ek(int);
+-#ifdef TABDLY
++#if 0
+ static void tty33(int);
+ static void tty37(int);
+ static void vt05(int);
+@@ -410,7 +410,7 @@
+ #ifdef OFDEL
+ { "fill", fill, 0, 0, 040, M_FUNCT },
+ #endif
+-#ifdef TABDLY
++#if 0
+ { "tty33", tty33, 0, 0, 040, M_FUNCT },
+ { "tty37", tty37, 0, 0, 040, M_FUNCT },
+ { "vt05", vt05, 0, 0, 040, M_FUNCT },
+@@ -1125,7 +1125,7 @@
+ ts.c_cc[VKILL] = '\25';
+ }
+
+-#ifdef TABDLY
++#if 0
+ static void
+ tty33(int not)
+ {