dougm       01/10/27 09:54:21

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.23      +19 -3     modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- FunctionTable.pm  2001/10/21 04:54:25     1.22
  +++ FunctionTable.pm  2001/10/27 16:54:20     1.23
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Oct 20 22:03:27 2001
  +# !          Sat Oct 27 10:00:40 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -3337,6 +3337,10 @@
           'name' => 'pid'
         },
         {
  +        'type' => 'apr_exit_why_e',
  +        'name' => 'why'
  +      },
  +      {
           'type' => 'int',
           'name' => 'status'
         }
  @@ -4904,10 +4908,14 @@
       'name' => 'ap_wait_or_timeout',
       'args' => [
         {
  -        'type' => 'int *',
  +        'type' => 'apr_exit_why_e *',
           'name' => 'status'
         },
         {
  +        'type' => 'int *',
  +        'name' => 'exitcode'
  +      },
  +      {
           'type' => 'apr_proc_t *',
           'name' => 'ret'
         },
  @@ -9244,6 +9252,10 @@
           'name' => 'exitcode'
         },
         {
  +        'type' => 'apr_exit_why_e *',
  +        'name' => 'exitwhy'
  +      },
  +      {
           'type' => 'apr_wait_how_e',
           'name' => 'waithow'
         }
  @@ -9259,7 +9271,11 @@
         },
         {
           'type' => 'int *',
  -        'name' => 'status'
  +        'name' => 'exitcode'
  +      },
  +      {
  +        'type' => 'apr_exit_why_e *',
  +        'name' => 'exitwhy'
         },
         {
           'type' => 'apr_wait_how_e',
  
  
  
  1.22      +5 -1      modperl-2.0/xs/tables/current/Apache/StructureTable.pm
  
  Index: StructureTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- StructureTable.pm 2001/10/21 04:54:25     1.21
  +++ StructureTable.pm 2001/10/27 16:54:20     1.22
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Oct 20 22:03:29 2001
  +# !          Sat Oct 27 10:00:46 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1266,6 +1266,10 @@
     },
     {
       'type' => 'apr_dso_handle_t',
  +    'elts' => []
  +  },
  +  {
  +    'type' => 'apr_exit_why_e',
       'elts' => []
     },
     {
  
  
  


Reply via email to