aboutsummaryrefslogtreecommitdiff
path: root/news/nntp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-11-07 19:29:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-11-07 19:29:50 +0000
commit498a72133185643140e89d5245bbabd23dec050f (patch)
tree52db834439919659a406bdd377bf52d65f4e11fd /news/nntp
parenta4acafd7df302b254674b5ca2e8689273ea130f7 (diff)
downloadports-498a72133185643140e89d5245bbabd23dec050f.tar.gz
ports-498a72133185643140e89d5245bbabd23dec050f.zip
use #ifndef to disable
Notes
Notes: svn path=/head/; revision=69688
Diffstat (limited to 'news/nntp')
-rw-r--r--news/nntp/files/patch-xmit-nntpxmit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntp/files/patch-xmit-nntpxmit.c b/news/nntp/files/patch-xmit-nntpxmit.c
index eba0754e2111..e82ee92de220 100644
--- a/news/nntp/files/patch-xmit-nntpxmit.c
+++ b/news/nntp/files/patch-xmit-nntpxmit.c
@@ -17,7 +17,7 @@
#include <sys/times.h>
extern time_t time();
#endif
-+#ifdef __FreeBSD__
++#ifndef __FreeBSD__
#include <sys/file.h>
+#endif
#include <fcntl.h>