add Added Files:
[hdw-repos/packages.git] / demian / tcsh / undef_tiocgltc.patch
diff --git a/demian/tcsh/undef_tiocgltc.patch b/demian/tcsh/undef_tiocgltc.patch
new file mode 100755 (executable)
index 0000000..058b441
--- /dev/null
@@ -0,0 +1,16 @@
+
+This patch is needed on Alpha AXP ...
+
+--- ./ed.h.orig        Sat Nov 25 09:42:59 2000
++++ ./ed.h     Sat Nov 25 09:43:03 2000
+@@ -37,6 +37,10 @@
+ #ifndef _h_ed
+ #define _h_ed
++#ifdef TIOCGLTC
++# undef TIOCGLTC
++#endif
++
+ #ifndef EXTERN
+ # define EXTERN extern
+ #endif