mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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
This commit is contained in:
@ -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;
|
||||
const char *field;
|
||||
char *newstr;
|
||||
char instr[512];
|
||||
|
Reference in New Issue
Block a user