diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-11-07 19:29:50 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-11-07 19:29:50 +0000 |
commit | c3711cda611f8c74eddf23834cd87796fc89b14d (patch) | |
tree | 7b8256cf8da8817138c66b48834745db31e21ba2 /news/nntp | |
parent | 2c18babb5e1a5962ce16fb0cad940c5faa136c61 (diff) | |
download | FreeBSD-ports-c3711cda611f8c74eddf23834cd87796fc89b14d.zip FreeBSD-ports-c3711cda611f8c74eddf23834cd87796fc89b14d.tar.gz |
use #ifndef to disable
Diffstat (limited to 'news/nntp')
-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 eba0754..e82ee92 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> |