You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/03/18 07:52:41 UTC

cvs commit: modperl-2.0/xs/maps apr_types.map

stas        2003/03/17 22:52:41

  Modified:    xs/maps  apr_types.map
  Log:
  fix the apr_size_t entry to be unsigned long (UV)
  
  Revision  Changes    Path
  1.20      +1 -1      modperl-2.0/xs/maps/apr_types.map
  
  Index: apr_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- apr_types.map	23 Jun 2002 21:28:14 -0000	1.19
  +++ apr_types.map	18 Mar 2003 06:52:41 -0000	1.20
  @@ -130,7 +130,7 @@
   apr_uint64_t           | NV
   apr_socklen_t          | IV
   apr_ssize_t            | IV
  -apr_size_t             | IV
  +apr_size_t             | UV
   apr_time_t             | NV
   apr_interval_time_t    | NV
   apr_gid_t              | IV