php4 updated to 4.4.1 - critical security update, all 4.[34] users
[pkgsrcv2.git] / news / nn / patches / patch-as
1 $NetBSD$
2
3 --- master.c.orig       Sat Oct  2 12:33:50 1993
4 +++ master.c    Mon Jul 26 23:11:38 1999
5 @@ -193,8 +193,8 @@
6      gh->first_db_article = 0;
7      gh->last_db_article = 0;
8  
9 -    gh->data_write_offset = (off_t)0;
10 -    gh->index_write_offset = (off_t)0;
11 +    gh->data_write_offset = (long)0;
12 +    gh->index_write_offset = (long)0;
13  
14      if (init_group(gh)) {
15         (void)open_data_file(gh, 'd', -1);