From 9327dae3a9a3cb962442a7171d87857fe3c1afe0 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Tue, 4 Nov 2008 11:36:31 +0000 Subject: [PATCH] * 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 --- os/unix/unixd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/unix/unixd.h b/os/unix/unixd.h index c165d159441..80006eb73b1 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); -- 2.47.2