summaryrefslogtreecommitdiff
path: root/os/unix
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2009-01-30 02:48:08 +0000
committerRoy T. Fielding <fielding@apache.org>2009-01-30 02:48:08 +0000
commit5b5045a2d55d274d595884ab40ec07945a32b6f3 (patch)
tree350fb2cd1fff0733de130cb3cc56232a115657d0 /os/unix
parent2a40db410d10299e111c4ae26c3dad50a3802055 (diff)
downloadhttpd-5b5045a2d55d274d595884ab40ec07945a32b6f3.tar.gz
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
Diffstat (limited to 'os/unix')
-rw-r--r--os/unix/unixd.h2
1 files changed, 2 insertions, 0 deletions
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,