summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_snapper.c
diff options
context:
space:
mode:
authorRichard Sharpe <rsharpe@samba.org>2015-05-02 20:11:02 -0700
committerJeremy Allison <jra@samba.org>2015-05-06 04:14:14 +0200
commite60cc280d6ba824c53bb91a29b5b24e177eec823 (patch)
tree08f56039f8771865f030947bb40575066aa0ee39 /source3/modules/vfs_snapper.c
parentf9056de9bf5548507579a22778cc25aaba51d3f9 (diff)
downloadsamba-e60cc280d6ba824c53bb91a29b5b24e177eec823.tar.gz
Convert all uint8/16/32 to _t in all modules.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/modules/vfs_snapper.c')
-rw-r--r--source3/modules/vfs_snapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_snapper.c b/source3/modules/vfs_snapper.c
index e2e2587fa8c..a25ae954c6e 100644
--- a/source3/modules/vfs_snapper.c
+++ b/source3/modules/vfs_snapper.c
@@ -2407,7 +2407,7 @@ done:
static NTSTATUS snapper_gmt_fget_nt_acl(vfs_handle_struct *handle,
struct files_struct *fsp,
- uint32 security_info,
+ uint32_t security_info,
TALLOC_CTX *mem_ctx,
struct security_descriptor **ppdesc)
{
@@ -2439,7 +2439,7 @@ static NTSTATUS snapper_gmt_fget_nt_acl(vfs_handle_struct *handle,
static NTSTATUS snapper_gmt_get_nt_acl(vfs_handle_struct *handle,
const char *fname,
- uint32 security_info,
+ uint32_t security_info,
TALLOC_CTX *mem_ctx,
struct security_descriptor **ppdesc)
{