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 | |
parent | bbe73c02e9055c98d2d27b64b69cfdc2012a54df (diff) |
- drop not needed includes
PR: 113329
Submitted by: Ed Schouten
Notes
Notes:
svn path=/head/; revision=193043
Diffstat (limited to 'news')
-rw-r--r-- | news/nntp/Makefile | 2 | ||||
-rw-r--r-- | news/nntp/files/patch-acttimes.c | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index dd0a7e119321..26c38bd1e8df 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -7,7 +7,7 @@ PORTNAME= nntp PORTVERSION= 1.5.12.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= news MASTER_SITES= ftp://ftp.dinoex.org/pub/c-news/ DISTNAME= ${PORTNAME}.${PORTVERSION} 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) + |