From d06251b1e3ac14fea5a70c2cbcb59a17bc6b4ec6 Mon Sep 17 00:00:00 2001 From: megacz Date: Thu, 14 Jun 2007 20:04:17 +0000 Subject: [PATCH] second set of UMBC merges; still all inert changes git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@42 0d961d1b-a432-0410-8fea-cc29f225fe07 --- mod_waklog.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mod_waklog.c b/mod_waklog.c index ee12824..d3d39ec 100644 --- a/mod_waklog.c +++ b/mod_waklog.c @@ -35,7 +35,7 @@ module AP_MODULE_DECLARE_DATA waklog_module; #include #define MK_POOL apr_pool_t #define MK_TABLE_GET apr_table_get -#define MK_TABLE_SET ap_table_set +#define MK_TABLE_SET apr_table_set #include "unixd.h" extern unixd_config_rec unixd_config; #define ap_user_id unixd_config.user_id @@ -72,6 +72,8 @@ module waklog_module; #include #include #include +#include +#include #include #define KEYTAB "/etc/keytab.wwwserver" @@ -86,7 +88,8 @@ module waklog_module; #define K5PATH "FILE:/tmp/waklog.creds.k5" -typedef struct { +typedef struct +{ int forked; int configured; int protect; @@ -94,7 +97,8 @@ typedef struct { char *keytab_principal; char *afs_cell; MK_POOL *p; -} waklog_host_config; +} +waklog_host_config; typedef struct { struct ktc_token token; -- 2.20.1