* cygheap.h (struct init_cygheap): Delete cygwin_regname member.

* external.cc (cygwin_internal): Use cygpsid::get_id for
	CW_GET_UID_FROM_SID and CW_GET_GID_FROM_SID.
	Turn CW_SET_CYGWIN_REGISTRY_NAME and CW_GET_CYGWIN_REGISTRY_NAME
	into noops.
This commit is contained in:
Corinna Vinschen
2005-07-04 08:44:06 +00:00
parent 0d8a558ed2
commit 0740b418fc
3 changed files with 13 additions and 19 deletions

View File

@ -278,7 +278,6 @@ struct init_cygheap
HANDLE shared_h;
HANDLE console_h;
HANDLE mt_h;
char *cygwin_regname;
cwdstuff cwd;
dtable fdtab;
LUID luid[SE_NUM_PRIVS];