aboutsummaryrefslogtreecommitdiff
path: root/threadproc/unix/proc.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2003-11-05 09:16:44 +0000
committerJoe Orton <jorton@apache.org>2003-11-05 09:16:44 +0000
commitc35d308075a3b57e6259848306fbb0ecbc2d0d60 (patch)
tree5f4c84d74732f972e64fdcb93da97c3ff1b33f43 /threadproc/unix/proc.c
parentc7a38bd21b14d40e2109022af250ed8ff83e7026 (diff)
downloadapr-c35d308075a3b57e6259848306fbb0ecbc2d0d60.tar.gz
apr-c35d308075a3b57e6259848306fbb0ecbc2d0d60.zip
Really fix the build again.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/unix/proc.c')
-rw-r--r--threadproc/unix/proc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c
index e5fa9a0d1..9d274b40d 100644
--- a/threadproc/unix/proc.c
+++ b/threadproc/unix/proc.c
@@ -233,8 +233,6 @@ APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *pool)
proc->out = NULL;
proc->err = NULL;
- apr_random_after_fork(proc);
-
return APR_INCHILD;
}