diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-23 14:23:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-23 14:23:48 +0000 |
commit | fa774241a5468136e0c6af9f99c473ca59d05c1f (patch) | |
tree | 02fe8d992790da50083522426ac2a24b69ac1d5d /news/newsx/files/patch-bj | |
parent | Fix build with postgresql 7.2 (some .h files have moved). (diff) |
Upgrade to the last release. This release is basically for bug fixes.
It supports inn's storage manager => no more ugly patches!
PR: 34503
Submitted by: thierry@pompo.net
Diffstat (limited to 'news/newsx/files/patch-bj')
-rw-r--r-- | news/newsx/files/patch-bj | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/news/newsx/files/patch-bj b/news/newsx/files/patch-bj deleted file mode 100644 index ce0d978f432e..000000000000 --- a/news/newsx/files/patch-bj +++ /dev/null @@ -1,23 +0,0 @@ ---- src/news.h.orig Mon Apr 19 06:20:08 1999 -+++ src/news.h Sun Feb 18 21:53:09 2001 -@@ -8,6 +8,9 @@ - * NOTE: shouldn't normally need to change these - * - * $Log: news.h,v $ -+ * Revision x.x 2001/02/18 <thierry@thomas.as> -+ * Some ifndef. -+ * - * Revision 1.15 1999/04/19 04:20:08 src - * Profile for specific spool - * -@@ -46,7 +49,9 @@ - * length of a news header line - * not to be confused with NNTP_STRLEN - */ --#define MAXHEADERSIZE 5120 -+#ifndef MAXHEADERSIZE -+ #define MAXHEADERSIZE 5120 -+#endif - - /* - * lock between newsxes accessing same host |