From: Ruediger Pluem Date: Tue, 4 Nov 2008 11:36:31 +0000 (+0000) Subject: * unixd_setup_child is no longer implemented by unixd.c. X-Git-Tag: 2.3.0~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9327dae3a9a3cb962442a7171d87857fe3c1afe0;p=apache * unixd_setup_child is no longer implemented by unixd.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711228 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.h b/os/unix/unixd.h index c165d15944..80006eb73b 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -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);