X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Ftcsh%2Fundef_tiocgltc.patch;fp=demian%2Ftcsh%2Fundef_tiocgltc.patch;h=058b44177aa39c0f2ef63a0041ee23405d93706f;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/tcsh/undef_tiocgltc.patch b/demian/tcsh/undef_tiocgltc.patch new file mode 100755 index 0000000..058b441 --- /dev/null +++ b/demian/tcsh/undef_tiocgltc.patch @@ -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