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, 0 insertions, 15 deletions
diff --git a/news/nn/patches/patch-as b/news/nn/patches/patch-as
deleted file mode 100644
index 4692307a7fc..00000000000
--- a/news/nn/patches/patch-as
+++ /dev/null
@@ -1,15 +0,0 @@
-$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);