X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d417c51669be357fc2795eddfb0685c63ee1d630..d3d07a5e860f1cde0e234ec7a1aff7111a2c514f:/lib/sysacls.h diff --git a/lib/sysacls.h b/lib/sysacls.h index 249df477..fd75bb60 100644 --- a/lib/sysacls.h +++ b/lib/sysacls.h @@ -3,6 +3,7 @@ * Version 2.2.x * Portable SMB ACL interface * Copyright (C) Jeremy Allison 2000 + * Copyright (C) 2007-2008 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -272,7 +273,7 @@ struct new_acl_entry{ #define SMB_ACL_TYPE_ACCESS ACL_TYPE_EXTENDED #define SMB_ACL_TYPE_DEFAULT ACL_TYPE_DEFAULT -#define SMB_ACL_VALID_NAME_BITS 0x7FFFFFFF +#define SMB_ACL_VALID_NAME_BITS ((1<<25)-1) #define SMB_ACL_VALID_OBJ_BITS 0 /*#undef SMB_ACL_NEED_SORT*/