php4 updated to 4.4.1 - critical security update, all 4.[34] users
[pkgsrcv2.git] / news / nn / patches / patch-ap
1 $NetBSD$
2
3 --- global.h.orig       Sun Feb  3 22:53:13 2002
4 +++ global.h    Sun Jul  7 21:33:09 2002
5 @@ -374,12 +374,12 @@
6  void   db_read_group   __APROTO((group_header *gh));
7  #endif
8  void   db_write_group  __APROTO((group_header *gh));
9 -off_t  db_read_art     __APROTO((FILE *f));
10 +long    db_read_art     __APROTO((FILE *f));
11  int    db_write_art    __APROTO((FILE *f));
12 -off_t  get_index_offset __APROTO((group_header *gh, article_number art_num));
13 -off_t  get_data_offset  __APROTO((group_header *gh, article_number art_num));
14 -int    db_read_offset  __APROTO((FILE *f, off_t *offset));
15 -int    db_write_offset __APROTO((FILE *f, off_t *offset));
16 +long    get_index_offset __APROTO((group_header *gh, article_number art_num));
17 +long    get_data_offset  __APROTO((group_header *gh, article_number art_num));
18 +int     db_read_offset  __APROTO((FILE *f, long *offset));
19 +int     db_write_offset __APROTO((FILE *f, long *offset));
20  
21  /* decode.c */
22