summaryrefslogtreecommitdiff
path: root/news/newsx/files/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'news/newsx/files/patch-ax')
-rw-r--r--news/newsx/files/patch-ax34
1 files changed, 34 insertions, 0 deletions
diff --git a/news/newsx/files/patch-ax b/news/newsx/files/patch-ax
new file mode 100644
index 000000000000..dbe75a724ce0
--- /dev/null
+++ b/news/newsx/files/patch-ax
@@ -0,0 +1,34 @@
+--- src/common.h.orig Sat Apr 17 09:11:26 1999
++++ src/common.h Sun Feb 18 11:11:13 2001
+@@ -6,6 +6,9 @@
+ * the GNU General Public License applies
+ *
+ * $Log: common.h,v $
++ * Revision x.xx 2001/02/11
++ * NNTP_PORT already defined in config.h from libinn.h (<thierry@thomas.as>)
++ *
+ * Revision 1.17 1999/04/17 07:11:26 src
+ * malloc.h inclusion
+ *
+@@ -58,6 +61,10 @@
+ #include <ctype.h>
+ #include <errno.h>
+
++#ifndef __LIBINN_H__
++# include "libinn.h"
++#endif
++
+ #if STDC_HEADERS
+ # include <stdlib.h>
+ # include <string.h>
+@@ -131,7 +138,9 @@
+ char *hostport; /* port for NNTP server */
+ char *pname; /* this program */
+ char *spooldir; /* news spool */
+-#define NNTP_PORT "nntp"
++#ifndef NNTP_PORT
++ #define NNTP_PORT "nntp"
++#endif
+
+ /*
+ * misc status