add Added Files:
[hdw-repos/packages.git] / demian / tcsh / undef_tiocgltc.patch
1
2 This patch is needed on Alpha AXP ...
3
4 --- ./ed.h.orig Sat Nov 25 09:42:59 2000
5 +++ ./ed.h      Sat Nov 25 09:43:03 2000
6 @@ -37,6 +37,10 @@
7  #ifndef _h_ed
8  #define _h_ed
9  
10 +#ifdef TIOCGLTC
11 +# undef TIOCGLTC
12 +#endif
13 +
14  #ifndef EXTERN
15  # define EXTERN extern
16  #endif