summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-24 21:50:18 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-24 21:50:18 +0000
commite27e28411d661a247ae4922a60a631643dfab5ba (patch)
treeda65463270cd662a7323c34c3093e529ccb1b12d /test
parent2e27193978d9172b524a58ba6ea6b72e9872a98c (diff)
downloadlibapr-e27e28411d661a247ae4922a60a631643dfab5ba.tar.gz
Add the status parameter back to the Other Child logic.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testoc.c b/test/testoc.c
index 146df695b..dbdd26efe 100644
--- a/test/testoc.c
+++ b/test/testoc.c
@@ -63,7 +63,7 @@
#include <unistd.h>
#endif
-void ocmaint(int reason, void *data)
+void ocmaint(int reason, void *data, int status)
{
fprintf(stdout,"[CHILD] Maintenance routine called....");
fflush(stdout);