aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-11-08 03:29:50 +0800
committerdinoex <dinoex@FreeBSD.org>2002-11-08 03:29:50 +0800
commitc3711cda611f8c74eddf23834cd87796fc89b14d (patch)
tree7b8256cf8da8817138c66b48834745db31e21ba2 /news
parent2c18babb5e1a5962ce16fb0cad940c5faa136c61 (diff)
downloadfreebsd-ports-gnome-c3711cda611f8c74eddf23834cd87796fc89b14d.tar.gz
freebsd-ports-gnome-c3711cda611f8c74eddf23834cd87796fc89b14d.tar.zst
freebsd-ports-gnome-c3711cda611f8c74eddf23834cd87796fc89b14d.zip
use #ifndef to disable
Diffstat (limited to 'news')
-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>