Tru64 5.1b <sys/acl.h> #define acl_type acl_common.entry_type ---- Samba 3.0.25c smbd/posix_acls.c static NTSTATUS append_ugw_ace(files_struct *fsp, ... int acl_type; ... ---- The compiler error messages aren't too intuitive. ---- I would either #undef acl_type in posix_acls.c or rename acl_type in append_ugw_ace
Created attachment 2890 [details] fix This was fixed with svn r24634
fixed