summaryrefslogtreecommitdiff
path: root/test/occhild.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-08-01 23:10:30 +0000
committerJeff Trawick <trawick@apache.org>2000-08-01 23:10:30 +0000
commit4dd06339dd5b46bd735c56dc3738146416f52ccf (patch)
treeedf3c734b151888100fd127685122dffe392a7c1 /test/occhild.c
parent3422627332912866ff54c1b1488427f1521d160d (diff)
downloadapr-4dd06339dd5b46bd735c56dc3738146416f52ccf.tar.gz
Clean up compile warnings, mostly by including apr_strings.h.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/occhild.c')
-rw-r--r--test/occhild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/occhild.c b/test/occhild.c
index 19ca58c59..d5171ec6e 100644
--- a/test/occhild.c
+++ b/test/occhild.c
@@ -10,4 +10,5 @@ int main()
while (rc == 1) {
read(STDERR_FILENO, buf, 256);
}
+ return 0; /* just to keep the compiler happy */
}