diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-11-15 21:04:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-11-15 21:04:02 +0000 |
commit | 66c161baac1a31cd8c87eeec2e9b7dab9a2f50c8 (patch) | |
tree | b530de5f8919203459f7443243ebdc46161c41c0 /winsup/cygwin/pinfo.h | |
parent | e00449d65705c976fcb970e4b39c4f3fd860c861 (diff) | |
download | cygnal-66c161baac1a31cd8c87eeec2e9b7dab9a2f50c8.tar.gz cygnal-66c161baac1a31cd8c87eeec2e9b7dab9a2f50c8.tar.bz2 cygnal-66c161baac1a31cd8c87eeec2e9b7dab9a2f50c8.zip |
* cygheap.h: Move `token' and `impersonated' from class _pinfo
to class cygheap_user.
* pinfo.h: Ditto.
* fork.cc (fork_child): Change usage of `token' and `impersonated'
accordingly.
(fork_parent): Ditto.
* security.cc (cygwin_set_impersonation_token): Ditto.
* sigproc.cc (proc_subproc): Ditto.
* spawn.cc (spawn_guts): Ditto.
* syscalls.cc (seteuid): Ditto.
* uinfo.cc (uinfo_init): Ditto.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r-- | winsup/cygwin/pinfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 271e51a27..dd49cd819 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -72,11 +72,6 @@ public: int ctty; /* Control tty */ bool has_pgid_children;/* True if we've forked or spawned children with our GID. */ - /* token is needed if sexec should be called. It can be set by a call - to `set_impersonation_token()'. */ - HANDLE token; - BOOL impersonated; - /* Resources used by process. */ long start_time; struct rusage rusage_self; |