FreeBSD Bugzilla – Attachment 246660 Details for
Bug 275429
www/mod_umask: fix for FreeBSD 14+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for port in FreeBSD 14+
0001-Fixed-pointer-types-and-umask-declaration.patch (text/plain), 1.08 KB, created by
gebhart
on 2023-11-29 16:20:04 UTC
(
hide
)
Description:
patch for port in FreeBSD 14+
Filename:
MIME Type:
Creator:
gebhart
Created:
2023-11-29 16:20:04 UTC
Size:
1.08 KB
patch
obsolete
>From 96b62449906b983bb2709b8d400141bdfdf779ab Mon Sep 17 00:00:00 2001 >From: Ralf Gebhart <snake@secnetix.de> >Date: Wed, 29 Nov 2023 17:14:27 +0100 >Subject: [PATCH] Fixed pointer types and umask declaration > >--- > www/mod_umask/files/patch-src_mod__umask.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 www/mod_umask/files/patch-src_mod__umask.c > >diff --git a/www/mod_umask/files/patch-src_mod__umask.c b/www/mod_umask/files/patch-src_mod__umask.c >new file mode 100644 >index 000000000000..aeda748019bb >--- /dev/null >+++ b/www/mod_umask/files/patch-src_mod__umask.c >@@ -0,0 +1,19 @@ >+--- src/mod_umask.c.orig 2004-10-12 19:03:16 UTC >++++ src/mod_umask.c >+@@ -26,6 +26,7 @@ >+ * >+ */ >+ >++#include <sys/stat.h> >+ #include "httpd.h" >+ #include "http_core.h" >+ #include "http_config.h" >+@@ -42,7 +43,7 @@ struct umask_config_rec >+ long int mask; >+ }; >+ >+-static void *umask_create_config(apr_pool_t * p, char *dir) >++static void *umask_create_config(apr_pool_t * p, server_rec *dir) >+ { >+ umask_config_rec *dConfig = apr_pcalloc(p, sizeof(*dConfig)); >+ >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275429
: 246660 |
246664