summaryrefslogtreecommitdiff
path: root/test/testpipe.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-04-14 13:42:09 +0000
committerJeff Trawick <trawick@apache.org>2000-04-14 13:42:09 +0000
commit6df98b53bb57c8c8afad1cc8558b09b48945fc62 (patch)
treef91e5a99535eb0e80ccda1a92680268f6300de48 /test/testpipe.c
parent1344b8bcbfa763d8bd20305ef83e047467fdf193 (diff)
downloadapr-6df98b53bb57c8c8afad1cc8558b09b48945fc62.tar.gz
silly cleanup for APR test pgms to avoid compile warnings and
to get cvs to ignore some test executables and a directory created by testproc git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testpipe.c')
-rw-r--r--test/testpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testpipe.c b/test/testpipe.c
index 29a0ce2c7..81d25a902 100644
--- a/test/testpipe.c
+++ b/test/testpipe.c
@@ -57,6 +57,7 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
+#include <stdlib.h>
#ifdef BEOS
#include <unistd.h>
#endif
@@ -69,7 +70,6 @@ int main()
ap_context_t *context;
ap_file_t *readp = NULL;
ap_file_t *writep = NULL;
- ap_status_t status = 0;
ap_size_t nbytes;
char *buf;