$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;