]> granicus.if.org Git - apache/commitdiff
revert r711228: the ap_unixd_setup_child prototype needs to go somewhere.
authorRoy T. Fielding <fielding@apache.org>
Fri, 30 Jan 2009 02:48:08 +0000 (02:48 +0000)
committerRoy T. Fielding <fielding@apache.org>
Fri, 30 Jan 2009 02:48:08 +0000 (02:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739150 13f79535-47bb-0310-9956-ffa450edef68

os/unix/unixd.h

index 882dd5f5ea98212705981936ce07348509765e8e..6ab03d1bdcd7f8e350fd86a1ca60a8e0c78fa3e7 100644 (file)
@@ -80,6 +80,8 @@ typedef struct {
 } unixd_config_rec;
 AP_DECLARE_DATA extern unixd_config_rec ap_unixd_config;
 
+AP_DECLARE(int) ap_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) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
                                      const char *arg,