summaryrefslogtreecommitdiff
path: root/test/test_find.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-08-31 05:35:52 +0000
committerRyan Bloom <rbb@apache.org>1999-08-31 05:35:52 +0000
commitc37f14ddf32319a7d84a9b573a54ccde8f37c5ff (patch)
tree1f1dd08b2e53226b3b3363beee02eeb57a8061ca /test/test_find.c
parente6991d4075b55b175a6fb0cfe849566f863f27ac (diff)
downloadhttpd-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.tar.gz
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test_find.c')
-rw-r--r--test/test_find.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_find.c b/test/test_find.c
index 6f887f5007..f4141e9e44 100644
--- a/test/test_find.c
+++ b/test/test_find.c
@@ -13,7 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "httpd.h"
-#include "alloc.h"
+#include "apr_general.h"
/*
* Dummy a bunch of stuff just to get a compile
@@ -41,7 +41,7 @@ API_EXPORT(void) ap_log_error(const char *file, int line, int level,
int main (void)
{
- ap_pool *p;
+ ap_context_t *p;
char line[512];
char tok[512];