diff options
author | Jeff Trawick <trawick@apache.org> | 2000-08-01 23:10:30 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-08-01 23:10:30 +0000 |
commit | 4dd06339dd5b46bd735c56dc3738146416f52ccf (patch) | |
tree | edf3c734b151888100fd127685122dffe392a7c1 /test/testoc.c | |
parent | 3422627332912866ff54c1b1488427f1521d160d (diff) | |
download | apr-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/testoc.c')
-rw-r--r-- | test/testoc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/testoc.c b/test/testoc.c index 170c47c69..3b60b0913 100644 --- a/test/testoc.c +++ b/test/testoc.c @@ -56,6 +56,7 @@ #include "apr_errno.h" #include "apr_general.h" #include "apr_lib.h" +#include "apr_strings.h" #include <errno.h> #include <stdio.h> #include <stdlib.h> @@ -85,9 +86,6 @@ void ocmaint(int reason, void *data, int status) int main(int argc, char *argv[]) { ap_pool_t *context; - ap_pool_t *cont2; - ap_status_t status = 0; - ap_ssize_t nbytes = 0; ap_proc_t newproc; ap_procattr_t *procattr = NULL; ap_file_t *std = NULL; |