diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-08 14:05:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-08 14:05:19 +0000 |
commit | b58a3e61df2c47928cb9811521838e71a3155220 (patch) | |
tree | a60d7f51ae6a4cba0e0b585a2d707cce6c700248 /news/nntp/files | |
parent | - fix order for creation for user, groups and dirs. (diff) |
- drop not needed includes
PR: 113329
Submitted by: Ed Schouten
Diffstat (limited to 'news/nntp/files')
-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) + |