Include 2008 in the copyright years.
[rsync/rsync.git] / lib / sysacls.h
index 249df47..fd75bb6 100644 (file)
@@ -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*/