From d82c6f474d1126cdd7d298991610fa23823dd99f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 5 Feb 2004 17:23:19 +0000 Subject: * 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. --- winsup/cygwin/dcrt0.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/dcrt0.cc') diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index a53a27cd1..f1df888b2 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -723,8 +723,6 @@ dll_crt0_0 () /* Initialize events */ events_init (); - /* Init global well known SID objects */ - cygsid::init (); cygheap->cwd.init (); } -- cgit v1.2.3