summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 9ebc97088d0..c9adece652b 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;