You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/02/13 20:22:28 UTC

cvs commit: httpd-2.0/include mpm_common.h

gregames    01/02/13 11:22:28

  Modified:    include  mpm_common.h
  Log:
  The "src/" directory no longer exists.  Clean up the HARD_SERVER_LIMITS
  warning msg to reflect the current directory structure.
  
  Revision  Changes    Path
  1.13      +1 -1      httpd-2.0/include/mpm_common.h
  
  Index: mpm_common.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/mpm_common.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -d -b -u -r1.12 -r1.13
  --- mpm_common.h	2001/02/12 02:49:56	1.12
  +++ mpm_common.h	2001/02/13 19:22:27	1.13
  @@ -157,7 +157,7 @@
    */
   AP_DECLARE(gid_t) ap_gname2id(const char *name);
   
  -#define AP_MPM_HARD_LIMITS_FILE "src/" APACHE_MPM_DIR "/mpm_default.h"
  +#define AP_MPM_HARD_LIMITS_FILE APACHE_MPM_DIR "/mpm_default.h"
   
   #ifdef __cplusplus
   }