Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-02-05 20:23:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2004-02-05 20:23:19 +0300
commitd82c6f474d1126cdd7d298991610fa23823dd99f (patch)
tree617e6fefbae53c368edbdcb131571c50e5e7877e /winsup/cygwin/dcrt0.cc
parent0d902e61d123e5c3b04a6892b7dfccb82e2a7111 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 0 insertions, 2 deletions
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 ();
}