diff options
Diffstat (limited to 'news/nntp/files/patch-acttimes.c')
-rw-r--r-- | news/nntp/files/patch-acttimes.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/news/nntp/files/patch-acttimes.c b/news/nntp/files/patch-acttimes.c new file mode 100644 index 000000000000..aab11d334542 --- /dev/null +++ b/news/nntp/files/patch-acttimes.c @@ -0,0 +1,15 @@ +--- support/acttimes.c Tue Jan 9 08:28:02 1996 ++++ support/acttimes.c Mon Jun 4 09:40:37 2007 +@@ -64,12 +64,6 @@ + + /* ---------- End of configuration defines ---------- */ + +-#ifdef TERMIO +-#include <termio.h> +-#else +-#include <sgtty.h> +-#endif +- + #define TIMER_FIRST 1 + #define TIMER_DEFAULT (10 * 60) + |