summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/patches/patch-as')
-rw-r--r--news/nn/patches/patch-as15
1 files changed, 15 insertions, 0 deletions
diff --git a/news/nn/patches/patch-as b/news/nn/patches/patch-as
new file mode 100644
index 00000000000..4692307a7fc
--- /dev/null
+++ b/news/nn/patches/patch-as
@@ -0,0 +1,15 @@
+$NetBSD: patch-as,v 1.1 1999/07/26 21:19:31 tron Exp $
+
+--- master.c.orig Sat Oct 2 12:33:50 1993
++++ master.c Mon Jul 26 23:11:38 1999
+@@ -193,8 +193,8 @@
+ gh->first_db_article = 0;
+ gh->last_db_article = 0;
+
+- gh->data_write_offset = (off_t)0;
+- gh->index_write_offset = (off_t)0;
++ gh->data_write_offset = (long)0;
++ gh->index_write_offset = (long)0;
+
+ if (init_group(gh)) {
+ (void)open_data_file(gh, 'd', -1);