You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Philippe M. Chiasson" <go...@cpan.org> on 2002/03/09 18:23:03 UTC

[Patch] s/apr_exploded_time_t/apr_time_exp_t/g

Apparently apr_exploded_time_t was just renamed to apr_time_exp_t by
Thom May <th...@planetarytramp.org> & Ian Holsman.

Patch to correct things on mod_perl's side:

Index: xs/maps/apr_types.map
===================================================================
RCS file: /home/gozer/mirror/cvs.apache.org/modperl-2.0-cvs/xs/maps/apr_types.map,v
retrieving revision 1.11
diff -u -b -B -r1.11 apr_types.map
--- xs/maps/apr_types.map	31 Dec 2001 12:11:48 -0000	1.11
+++ xs/maps/apr_types.map	9 Mar 2002 17:14:45 -0000
@@ -78,7 +78,7 @@
 apr_other_child_rec_t    | UNDEFINED
 
 #time stuff
-struct apr_exploded_time_t    | APR::ExplodedTime
+struct apr_time_exp_t    | APR::ExplodedTime
 struct apr_os_exp_time_t      | UNDEFINED
 struct apr_os_imp_time_t      | NOTIMPL
 
Index: xs/maps/apr_structures.map
===================================================================
RCS file: /home/gozer/mirror/cvs.apache.org/modperl-2.0-cvs/xs/maps/apr_structures.map,v
retrieving revision 1.6
diff -u -b -B -r1.6 apr_structures.map
--- xs/maps/apr_structures.map	10 Sep 2001 05:49:04 -0000	1.6
+++ xs/maps/apr_structures.map	9 Mar 2002 17:14:45 -0000
@@ -67,7 +67,7 @@
    err
 </apr_proc_t>
 
-!<apr_exploded_time_t>
+!<apr_time_exp_t>
    tm_usec
    tm_sec
    tm_min
@@ -79,7 +79,7 @@
    tm_yday
    tm_isdst
    tm_gmtoff
-</apr_exploded_time_t>
+</apr_time_exp_t>
 
 #generic data structures
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org