summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-aj
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-08-22 22:55:45 +0000
committerkim <kim@pkgsrc.org>1999-08-22 22:55:45 +0000
commit07eded835b8b18852a05fefb0180612d74a4520c (patch)
treeb0487281bc6679306dacd90299e8d752564c199b /news/nn/patches/patch-aj
parent2bec83f71bad9b36d1ee56adb46802b0e9f597b6 (diff)
downloadpkgsrc-07eded835b8b18852a05fefb0180612d74a4520c.tar.gz
Upgrade to nn 6.5.4. The main reason for the upgrade is to run completely
over NNTP without any access to a news spool file system. NOV is accessed using the XOVER command (INN has this and it is available for nntpd too).
Diffstat (limited to 'news/nn/patches/patch-aj')
-rw-r--r--news/nn/patches/patch-aj8
1 files changed, 4 insertions, 4 deletions
diff --git a/news/nn/patches/patch-aj b/news/nn/patches/patch-aj
index fac147564ac..b73b06daea1 100644
--- a/news/nn/patches/patch-aj
+++ b/news/nn/patches/patch-aj
@@ -1,7 +1,7 @@
-$NetBSD: patch-aj,v 1.1 1999/07/26 21:19:28 tron Exp $
+$NetBSD: patch-aj,v 1.2 1999/08/22 22:55:46 kim Exp $
---- data.h.orig Sun Aug 15 08:59:43 1993
-+++ data.h Mon Jul 26 23:11:38 1999
+--- data.h.orig Tue Jun 23 10:57:44 1998
++++ data.h Sun Aug 22 18:22:16 1999
@@ -29,7 +29,7 @@
char db_lock[DB_LOCK_MESSAGE];
time_t db_created; /* when database was last built */
@@ -9,7 +9,7 @@ $NetBSD: patch-aj,v 1.1 1999/07/26 21:19:28 tron Exp $
- off_t last_size; /* size of active file at last scan */
+ long last_size; /* size of active file at last scan */
group_number number_of_groups;
- int free_groups;
+ int32 free_groups;
} master_header;
@@ -68,8 +68,8 @@
article_number first_a_article; /* min article in active */