diff options
Diffstat (limited to 'news/nn/patches/patch-ac')
-rw-r--r-- | news/nn/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/news/nn/patches/patch-ac b/news/nn/patches/patch-ac deleted file mode 100644 index a9bc2880241..00000000000 --- a/news/nn/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.5 1999/07/26 21:19:24 tron Exp $ - ---- active.c.orig Sun Aug 15 08:59:33 1993 -+++ active.c Mon Jul 26 23:11:38 1999 -@@ -116,7 +116,7 @@ - continue; - } else { - gh->master_flag |= M_ALIASED | M_IGNORE_A; -- gh->data_write_offset = (off_t)gh1->group_num; -+ gh->data_write_offset = (long)gh1->group_num; - } - must_update = 1; - break; |