php4 updated to 4.4.1 - critical security update, all 4.[34] users
[pkgsrcv2.git] / news / nn / patches / patch-ac
1 $NetBSD$
2
3 --- active.c.orig       Sun Aug 15 08:59:33 1993
4 +++ active.c    Mon Jul 26 23:11:38 1999
5 @@ -116,7 +116,7 @@
6                     continue;
7             } else {
8                 gh->master_flag |= M_ALIASED | M_IGNORE_A;
9 -               gh->data_write_offset = (off_t)gh1->group_num;
10 +               gh->data_write_offset = (long)gh1->group_num;
11             }
12             must_update = 1;
13             break;