summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl_util.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-09-28 01:32:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:02 -0500
commit470ebf8a3504474dea5c324d01282e59c034a236 (patch)
treed6698c3f90c942a895d9b3aca0fd0e03e8f0eb60 /source3/modules/vfs_aixacl_util.c
parent314cb03db1ed7fefade39f7f15906e7fc6076382 (diff)
downloadsamba-470ebf8a3504474dea5c324d01282e59c034a236.tar.gz
samba-470ebf8a3504474dea5c324d01282e59c034a236.tar.bz2
samba-470ebf8a3504474dea5c324d01282e59c034a236.zip
r25399: Excise uint - > uint32 (where appropriate) or unsigned int.
Jeremy. (This used to be commit b4ee924000f4a21b16a70e08e58331d209c4d114)
Diffstat (limited to 'source3/modules/vfs_aixacl_util.c')
-rw-r--r--source3/modules/vfs_aixacl_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/modules/vfs_aixacl_util.c b/source3/modules/vfs_aixacl_util.c
index e1a8eb6fe2..b2329fe9c6 100644
--- a/source3/modules/vfs_aixacl_util.c
+++ b/source3/modules/vfs_aixacl_util.c
@@ -209,9 +209,9 @@ struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
struct acl *file_acl_temp = NULL;
struct acl_entry *acl_entry = NULL;
struct ace_id *ace_id = NULL;
- uint id_type;
- uint user_id;
- uint acl_length;
+ unsigned int id_type;
+ unsigned int user_id;
+ unsigned int acl_length;
int i;
DEBUG(10,("Entering aixacl_smb_to_aixacl\n"));