bhyde       99/10/13 13:36:35

  Modified:    src/modules/mpm/prefork prefork.c
  Log:
  Redundent and out of synch global.
  
  Revision  Changes    Path
  1.44      +0 -1      apache-2.0/src/modules/mpm/prefork/prefork.c
  
  Index: prefork.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/prefork/prefork.c,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- prefork.c 1999/10/13 18:16:45     1.43
  +++ prefork.c 1999/10/13 20:36:32     1.44
  @@ -116,7 +116,6 @@
   static char *ap_pid_fname=NULL;
   static char *ap_scoreboard_fname=NULL;
   static char *ap_lock_fname;
  -static char *ap_server_argv0=NULL;
   static int ap_daemons_to_start=0;
   static int ap_daemons_min_free=0;
   static int ap_daemons_max_free=0;
  
  
  

Reply via email to