From: Roy T. Fielding Date: Fri, 30 Jan 2009 02:48:08 +0000 (+0000) Subject: revert r711228: the ap_unixd_setup_child prototype needs to go somewhere. X-Git-Tag: 2.3.2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b5045a2d55d274d595884ab40ec07945a32b6f3;p=apache revert r711228: the ap_unixd_setup_child prototype needs to go somewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739150 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.h b/os/unix/unixd.h index 882dd5f5ea..6ab03d1bdc 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -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,