aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
4693 GROUP_SECURITY_INFORMATION | 4693 GROUP_SECURITY_INFORMATION |
4694 DACL_SECURITY_INFORMATION; 4694 DACL_SECURITY_INFORMATION;
4695 char *retval = NULL; 4695 char *retval = NULL;
4696 ssize_t local_size; 4696 ULONG local_size;
4697 int e = errno; 4697 int e = errno;
4698 4698
4699 errno = 0; 4699 errno = 0;