diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-07 19:29:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-07 19:29:50 +0000 |
commit | 498a72133185643140e89d5245bbabd23dec050f (patch) | |
tree | 52db834439919659a406bdd377bf52d65f4e11fd /news/nntp/files | |
parent | Catch up with URL change. (diff) |
use #ifndef to disable
Diffstat (limited to 'news/nntp/files')
-rw-r--r-- | news/nntp/files/patch-xmit-nntpxmit.c | 2 |
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> |