libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / network / samba / patches / 01_solaris.patch
blobfa68bc75adf3e6482f0388784e91d183a4e63522
1 --- samba-4.17.4//source3/modules/vfs_solarisacl.c 2022-08-08 16:15:39.408192400 +0000
2 +++ samba-4.17.4//source3/modules/vfs_solarisacl.c.new 2022-12-21 12:23:41.015910848 +0000
3 @@ -62,7 +62,7 @@
5 /* public functions - the api */
7 -static SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
8 +SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
9 const struct smb_filename *smb_fname,
10 SMB_ACL_TYPE_T type,
11 TALLOC_CTX *mem_ctx)
12 --- samba-4.17.0/source3/modules/vfs_solarisacl.c 2022-08-08 07:15:39.408192400 +0000
13 +++ samba-4.17.0/source3/modules/vfs_solarisacl.c.new 2022-09-17 09:16:38.514619461 +0000
14 @@ -252,7 +252,7 @@
16 ret = acl(fsp->fsp_name->base_name, SETACL, count, solaris_acl);
17 if (ret != 0) {
18 - DBG_DEBG("settinge file acl failed!\n");
19 + DBG_DEBUG("setting file acl failed!\n");
22 done:
23 --- samba-4.20.1/source3/modules/vfs_zfsacl.c 2024-01-29 15:41:26.313078200 +0100
24 +++ samba-4.20.1/source3/modules/vfs_zfsacl.c.new 2024-05-19 18:45:05.340824249 +0200
25 @@ -28,7 +28,7 @@
26 #include "nfs4_acls.h"
28 #ifdef HAVE_FREEBSD_SUNACL_H
29 -#include "sunacl.h"
30 +#include "sys/acl.h"
31 #endif
33 #undef DBGC_CLASS
34 --- samba-4.20.1/source3/modules/vfs_posixacl.c 2024-01-29 15:41:26.309078000 +0100
35 +++ samba-4.20.1/source3/modules/vfs_posixacl.c.new 2024-05-20 19:01:42.541478333 +0200
36 @@ -17,6 +17,7 @@
37 along with this program. If not, see <http://www.gnu.org/licenses/>.
40 +#include "sys/acl.h"
41 #include "includes.h"
42 #include "system/filesys.h"
43 #include "smbd/smbd.h"