* security.h (SID): New macro.
(well_known_*_sid): Change type to cygpsid. (cygsid::init): Delete declaration. * sec_helper.cc (well_known_*_sid): Define using above SID macro. (cygsid::init): Delete. * dcrt0.cc (dll_crt0_0): Do not call cygsid::init. * security.cc (get_user_local_groups): Change the second argument type to cygpsid.
This commit is contained in:
@@ -723,8 +723,6 @@ dll_crt0_0 ()
|
||||
/* Initialize events */
|
||||
events_init ();
|
||||
|
||||
/* Init global well known SID objects */
|
||||
cygsid::init ();
|
||||
cygheap->cwd.init ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user