summaryrefslogtreecommitdiff
path: root/os/bs2000
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-14 15:59:20 +0000
committerRyan Bloom <rbb@apache.org>2000-04-14 15:59:20 +0000
commitde3a77dc016d09f7a065448efa3c745b73cf9c42 (patch)
tree67f5e3fba093eb416fe4bbca701cd6187d3364cc /os/bs2000
parent20325a811b58ae116684b85e4600c9c0418a073a (diff)
downloadhttpd-de3a77dc016d09f7a065448efa3c745b73cf9c42.tar.gz
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/bs2000')
-rw-r--r--os/bs2000/bs2login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/bs2000/bs2login.c b/os/bs2000/bs2login.c
index aedddba9da..9f5483c0fd 100644
--- a/os/bs2000/bs2login.c
+++ b/os/bs2000/bs2login.c
@@ -169,7 +169,7 @@ static bs2_ForkType os_forktype(void)
/* This routine is called by http_core for the BS2000Account directive */
/* It stores the account name for later use */
-const char *os_set_account(ap_context_t *p, const char *account)
+const char *os_set_account(ap_pool_t *p, const char *account)
{
char account_temp[ACCT_LEN+1];