From afd4e17a91ecf2b4b4172d3781338376f4645817 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 6 Sep 2004 11:24:45 +0000 Subject: - fix build on sparc64 Approved by: portmgr (eik) --- news/nntp/files/patch-server-batch.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'news') diff --git a/news/nntp/files/patch-server-batch.c b/news/nntp/files/patch-server-batch.c index 31613c6..6d7a72d 100644 --- a/news/nntp/files/patch-server-batch.c +++ b/news/nntp/files/patch-server-batch.c @@ -1,6 +1,19 @@ --- server/batch.c.orig Fri Dec 9 03:52:44 1994 -+++ server/batch.c Mon Nov 4 05:45:49 2002 -@@ -31,7 +31,9 @@ ++++ server/batch.c Mon Sep 6 12:25:18 2004 +@@ -20,18 +20,22 @@ + */ + #include "common.h" + #include ++#ifndef __FreeBSD__ + #ifdef sparc + #ifndef SVR4 + #include + #endif + #endif ++#endif + #ifdef BATCHED_INPUT + #define YES 1 + #define NO 0 /* imports */ extern time_t time(); -- cgit v1.1