View | Details | Raw Unified | Return to bug 275429 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/mod_umask/files/patch-src_mod__umask.c (-1 / +19 lines)
Added Link Here
0
- 
1
--- src/mod_umask.c.orig	2004-10-12 19:03:16 UTC
2
+++ src/mod_umask.c
3
@@ -26,6 +26,7 @@
4
  *
5
  */
6
 
7
+#include <sys/stat.h>
8
 #include "httpd.h"
9
 #include "http_core.h"
10
 #include "http_config.h"
11
@@ -42,7 +43,7 @@ struct umask_config_rec
12
     long int mask;
13
 };
14
 
15
-static void *umask_create_config(apr_pool_t * p, char *dir)
16
+static void *umask_create_config(apr_pool_t * p, server_rec *dir)
17
 {
18
     umask_config_rec *dConfig = apr_pcalloc(p, sizeof(*dConfig));
19
 

Return to bug 275429