]> granicus.if.org Git - apache/commitdiff
* unixd_setup_child is no longer implemented by unixd.c.
authorRuediger Pluem <rpluem@apache.org>
Tue, 4 Nov 2008 11:36:31 +0000 (11:36 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 4 Nov 2008 11:36:31 +0000 (11:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711228 13f79535-47bb-0310-9956-ffa450edef68

os/unix/unixd.h

index c165d15944166c41d573740983dad75f9912f0fa..80006eb73b1d7773af74a814a67513d64a796156 100644 (file)
@@ -80,8 +80,6 @@ typedef struct {
 } unixd_config_rec;
 AP_DECLARE_DATA extern unixd_config_rec unixd_config;
 
-AP_DECLARE(int) unixd_setup_child(void);  /* mod_cgid needs this */
-
 #if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
 AP_DECLARE(void) unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
                            const char *arg, const char * arg2, int type);