From 76d5b7ebbcb13fb701cb7581228c3d70a7862f28 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 18 Feb 2006 22:44:30 +0000 Subject: [PATCH] This should cure the build issues people are having and would seem to be closer to the correct solution. Having this defined as a symbol without it being set seems plain wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378790 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authz_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_authz_default.c b/modules/aaa/mod_authz_default.c index 515f478780..e9d0ae85ca 100644 --- a/modules/aaa/mod_authz_default.c +++ b/modules/aaa/mod_authz_default.c @@ -52,7 +52,7 @@ static const command_rec authz_default_cmds[] = module AP_MODULE_DECLARE_DATA authz_default_module; -APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies; +extern APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies; static int check_user_access(request_rec *r) { -- 2.40.0