Loading os/unix/unixd.h +0 −2 Changes for os/unix/unixd.h: 0 added lines, 2 removed lines. Original line number Diff line number Diff line Loading @@ -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); Loading Loading
os/unix/unixd.h +0 −2 Changes for os/unix/unixd.h: 0 added lines, 2 removed lines. Original line number Diff line number Diff line Loading @@ -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); Loading