Author: trawick
Date: Sat Oct 3 17:10:33 2009
New Revision: 821366
URL: http://svn.apache.org/viewvc?rev=821366&view=rev
Log:
axe unnecessary and inconsistent declarations for fcgid_module
fcgid_conf.h now declares it
Windows build warning noted by wrowe
Modified:
httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c
httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c
Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c?rev=821366&r1=821365&r2=821366&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c Sat Oct 3 17:10:33 2009
@@ -27,7 +27,6 @@
#include "http_config.h"
#include "fcgid_global.h"
#include "fcgid_conf.h"
-extern module AP_MODULE_DECLARE_DATA fcgid_module;
#define DEFAULT_IDLE_TIMEOUT 300
#define DEFAULT_IDLE_SCAN_INTERVAL 120
Modified: httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c?rev=821366&r1=821365&r2=821366&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c Sat Oct 3 17:10:33 2009
@@ -32,7 +32,6 @@
#include "fcgid_filter.h"
#include "fcgid_protocol.h"
-module AP_MODULE_DECLARE_DATA fcgid_module;
static APR_OPTIONAL_FN_TYPE(ap_cgi_build_command) * cgi_build_command;
static ap_filter_rec_t *fcgid_filter_handle;
static int g_php_fix_pathinfo_enable = 0;
|