$ diff -c vfs_tru64acl.c samba-3.0.25/source/modules/vfs_tru64acl.c *** vfs_tru64acl.c Thu May 17 16:11:31 2007 --- samba-3.0.25/source/modules/vfs_tru64acl.c Thu May 17 16:12:44 2007 *************** *** 20,25 **** --- 20,26 ---- #include "includes.h" + typedef mode_t smb_acl_permset_t; /* prototypes for private functions first - for clarity */ static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl);