mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
Avoid compiler warnings in w32.c:acl_to_text.
This commit is contained in:
parent
cd78d9b191
commit
b764d018bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue