* sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTOR

instead of SECURITY_DESCRIPTOR *.
	(sec_acl): Fix fomratting.
	* security.h (get_null_sd): Drop declaration.
This commit is contained in:
Corinna Vinschen
2010-04-17 15:51:09 +00:00
parent 7cdcd90ca1
commit b5efa8990f
3 changed files with 11 additions and 7 deletions

View File

@ -427,8 +427,6 @@ void set_cygwin_privileges (HANDLE token);
#define pop_self_privilege() pop_thread_privilege()
/* shared.cc: */
/* Retrieve a security descriptor that allows all access */
SECURITY_DESCRIPTOR *__stdcall get_null_sd ();
/* Various types of security attributes for use in Create* functions. */
extern SECURITY_ATTRIBUTES sec_none, sec_none_nih, sec_all, sec_all_nih;