summaryrefslogtreecommitdiff
path: root/test/testproc.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-03 17:47:40 +0000
committerRyan Bloom <rbb@apache.org>2000-12-03 17:47:40 +0000
commit66619260c1fbc868eeaca408987c43d4cd01858d (patch)
treeecd8d2b47d22101a0eaa8b92ce2e48455a8ab7d5 /test/testproc.c
parent78392a153063ce4fec4d9d0081b5a55647c62b10 (diff)
downloadapr-66619260c1fbc868eeaca408987c43d4cd01858d.tar.gz
Fix a bunch of type mis-matches in the test code.
Submitted by: Sam TH <sam@uchicago.edu> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testproc.c')
-rw-r--r--test/testproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testproc.c b/test/testproc.c
index ecb9fdef4..25ff8ff86 100644
--- a/test/testproc.c
+++ b/test/testproc.c
@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
apr_proc_t newproc;
apr_procattr_t *attr;
apr_file_t *testfile = NULL;
- apr_ssize_t length;
+ apr_size_t length;
char *buf;
const char *args[3];
char *teststr;