diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-06 11:06:27 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-06 11:28:58 +0100 |
commit | 93d85ca5fd57d87e720ab627865f0e5af25e07b5 (patch) | |
tree | d0591aad81be76086989cf26727aaf59bb2ebef5 /libcli | |
parent | 5845cc94a99bcb2115c6edbd1711444e640c40d4 (diff) | |
download | samba-93d85ca5fd57d87e720ab627865f0e5af25e07b5.tar.gz samba-93d85ca5fd57d87e720ab627865f0e5af25e07b5.tar.bz2 samba-93d85ca5fd57d87e720ab627865f0e5af25e07b5.zip |
s4:fix some shadowed declaration warnings on Solaris by renaming the symbols
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/security/access_check.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/security/access_check.h b/libcli/security/access_check.h index 700f981879..c4923ebc71 100644 --- a/libcli/security/access_check.h +++ b/libcli/security/access_check.h @@ -75,4 +75,4 @@ struct object_tree *get_object_tree_by_GUID(struct object_tree *root, /* Change the granted access per each ACE */ void object_tree_modify_access(struct object_tree *root, - uint32_t access); + uint32_t access_mask); |