diff options
| author | Joakim Verona | 2013-01-10 00:04:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-10 00:04:21 +0100 |
| commit | 09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch) | |
| tree | 9376433d772aa4a302b231af1c601bcb4440c9f1 /src/w32.c | |
| parent | 0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff) | |
| parent | 51fb5578777d1041feaab31651b65e09e1731d33 (diff) | |
| download | emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip | |
auto upstream
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -3648,7 +3648,6 @@ static int | |||
| 3648 | get_name_and_id (PSECURITY_DESCRIPTOR psd, unsigned *id, char *nm, int what) | 3648 | get_name_and_id (PSECURITY_DESCRIPTOR psd, unsigned *id, char *nm, int what) |
| 3649 | { | 3649 | { |
| 3650 | PSID sid = NULL; | 3650 | PSID sid = NULL; |
| 3651 | char machine[MAX_COMPUTERNAME_LENGTH+1]; | ||
| 3652 | BOOL dflt; | 3651 | BOOL dflt; |
| 3653 | SID_NAME_USE ignore; | 3652 | SID_NAME_USE ignore; |
| 3654 | char name[UNLEN+1]; | 3653 | char name[UNLEN+1]; |
| @@ -4800,7 +4799,6 @@ acl_set_file (const char *fname, acl_type_t type, acl_t acl) | |||
| 4800 | { | 4799 | { |
| 4801 | TOKEN_PRIVILEGES old1, old2; | 4800 | TOKEN_PRIVILEGES old1, old2; |
| 4802 | DWORD err; | 4801 | DWORD err; |
| 4803 | BOOL res; | ||
| 4804 | int st = 0, retval = -1; | 4802 | int st = 0, retval = -1; |
| 4805 | SECURITY_INFORMATION flags = 0; | 4803 | SECURITY_INFORMATION flags = 0; |
| 4806 | PSID psid; | 4804 | PSID psid; |