rse         99/08/15 04:02:45

  Modified:    mpm/src/modules/mpm/dexter dexter.c
               mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c
  Log:
  Unbreak dexter and pthread MPM after Ben's latest hook changes.
  
  Revision  Changes    Path
  1.26      +0 -3      apache-2.0/mpm/src/modules/mpm/dexter/dexter.c
  
  Index: dexter.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/dexter/dexter.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- dexter.c  1999/08/13 22:30:57     1.25
  +++ dexter.c  1999/08/15 11:02:43     1.26
  @@ -1621,15 +1621,12 @@
   
   module MODULE_VAR_EXPORT mpm_dexter_module = {
       STANDARD20_MODULE_STUFF,
  -    NULL,                    /* child_init */
       NULL,                    /* create per-directory config structure */
       NULL,                    /* merge per-directory config structures */
       NULL,                    /* create per-server config structure */
       NULL,                    /* merge per-server config structures */
       dexter_cmds,             /* command table */
       NULL,                    /* handlers */
  -    NULL,                    /* check auth */
  -    NULL,                    /* check access */
       dexter_hooks             /* register_hooks */
   };
   
  
  
  
  1.28      +0 -3      
apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c
  
  Index: mpmt_pthread.c
  ===================================================================
  RCS file: 
/home/cvs/apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- mpmt_pthread.c    1999/08/13 21:50:55     1.27
  +++ mpmt_pthread.c    1999/08/15 11:02:44     1.28
  @@ -1689,15 +1689,12 @@
   
   module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = {
       STANDARD20_MODULE_STUFF,
  -    NULL,                    /* child_init */
       NULL,                    /* create per-directory config structure */
       NULL,                    /* merge per-directory config structures */
       NULL,                    /* create per-server config structure */
       NULL,                    /* merge per-server config structures */
       mpmt_pthread_cmds,               /* command table */
       NULL,                    /* handlers */
  -    NULL,                    /* check auth */
  -    NULL,                    /* check access */
       mpmt_pthread_hooks               /* register_hooks */
   };
   
  
  
  

Reply via email to