summaryrefslogtreecommitdiff
path: root/test/test_limits.c
diff options
context:
space:
mode:
authorVictor J. Orlikowski <orlikowski@apache.org>2002-07-10 06:01:14 +0000
committerVictor J. Orlikowski <orlikowski@apache.org>2002-07-10 06:01:14 +0000
commitd982829aa1f6cf8baabf77cd300983cb8de8ee7b (patch)
tree73866642f38f07bee8df269b3669a66c29dc3971 /test/test_limits.c
parentade3b1b4bbb5eb91302b53800d2d7ecb9971d116 (diff)
downloadhttpd-d982829aa1f6cf8baabf77cd300983cb8de8ee7b.tar.gz
Continue the Bill Rowe apr_size_t crusade.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test_limits.c')
-rw-r--r--test/test_limits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_limits.c b/test/test_limits.c
index 8d76ce2e08..8dca825b21 100644
--- a/test/test_limits.c
+++ b/test/test_limits.c
@@ -184,7 +184,7 @@ main(int argc, char *argv[])
fflush(f);
{
- ssize_t len;
+ apr_ssize_t len;
char buff[512];
while ((len = read(sd, buff, 512)) > 0)