You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2010/06/22 10:48:29 UTC

svn commit: r956815 - /httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c

Author: bjh
Date: Tue Jun 22 08:48:29 2010
New Revision: 956815

URL: http://svn.apache.org/viewvc?rev=956815&view=rev
Log:
Remove definition of ap_pid_fname from OS/2 MPM. It's now in mpm_common.c.

Modified:
    httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c

Modified: httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c?rev=956815&r1=956814&r2=956815&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c (original)
+++ httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c Tue Jun 22 08:48:29 2010
@@ -70,7 +70,6 @@
 
 server_rec *ap_server_conf;
 static apr_pool_t *pconf = NULL;  /* Pool for config stuff */
-static const char *ap_pid_fname=NULL;
 
 /* Config globals */
 static int one_process = 0;