manoj       99/08/03 11:17:54

  Modified:    mpm/src/modules/mpm/dexter dexter.c
               mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c
  Log:
  Update with new hooks.
  
  Revision  Changes    Path
  1.12      +0 -2      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.11
  retrieving revision 1.12
  diff -u -d -u -r1.11 -r1.12
  --- dexter.c  1999/07/29 20:06:19     1.11
  +++ dexter.c  1999/08/03 18:17:48     1.12
  @@ -1691,8 +1691,6 @@
   
   module MODULE_VAR_EXPORT mpm_dexter_module = {
       STANDARD20_MODULE_STUFF,
  -    NULL,                       /* post_config */
  -    NULL,                    /* open_logs */
       NULL,                    /* child_init */
       NULL,                    /* create per-directory config structure */
       NULL,                    /* merge per-directory config structures */
  
  
  
  1.18      +0 -2      
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.17
  retrieving revision 1.18
  diff -u -d -u -r1.17 -r1.18
  --- mpmt_pthread.c    1999/07/29 20:43:28     1.17
  +++ mpmt_pthread.c    1999/08/03 18:17:51     1.18
  @@ -1763,8 +1763,6 @@
   
   module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = {
       STANDARD20_MODULE_STUFF,
  -    NULL,                       /* post_config */
  -    NULL,                    /* open_logs */
       NULL,                    /* child_init */
       NULL,                    /* create per-directory config structure */
       NULL,                    /* merge per-directory config structures */
  
  
  

Reply via email to