Created attachment 13626 [details] patch for vfs_solarisacl.h One function declaration in the header does not match the one in the source file. Specfically vfs_solarisacl.h mentions: NTSTATUS vfs_solarisacl_init(void); Which should now be: NTSTATUS vfs_solarisacl_init(TALLOC_CTX *); This was already correct in vfs_solarisacl.c There is one more patch naaded for vfs_solarisacl.c also the function solarisacl_sys_acl_delete_def_file is missing the const keyword for smb_filename. Attached are 2 from my pkgsrc build...
Created attachment 13627 [details] patch for vfs_solarisacl.c
Created attachment 13628 [details] patch for vfs_solarisacl.h
Both patches look of course good. Can you send them as git-format-patch with your Signed-off-by to samba-technical@lists.samba.org?
Done, I think. I have never used git format-patch and git send-email before.
Created attachment 13653 [details] git-am fix cherry-pick from master.
Reassigning to Karolin for inclusion in 4.7.
(In reply to Ralph Böhme from comment #6) Pushed to autobuild-v4-7-test.
(In reply to Karolin Seeger from comment #7) Pushed to v4-7-test. Closing out bug report. Thanks!