From b764d018bcc73471e2e548772aa5d8ca3a344cd9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 25 Dec 2012 19:14:23 +0200 Subject: [PATCH] Avoid compiler warnings in w32.c:acl_to_text. --- src/w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32.c b/src/w32.c index 9ebc97088d..c9adece652 100644 --- a/src/w32.c +++ b/src/w32.c @@ -4693,7 +4693,7 @@ acl_to_text (acl_t acl, ssize_t *size) GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION; char *retval = NULL; - ssize_t local_size; + ULONG local_size; int e = errno; errno = 0; -- 2.20.1