diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-02-23 15:15:50 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-02-23 15:15:50 +0000 |
commit | a76877e977ff264e44c4d9278920fe511fc73dd4 (patch) | |
tree | 77a3e569e9e5a248cf845f89d7e8eb6ba6193f2f /winsup/cygwin/wincap.h | |
parent | 9fa43ff6c61626df04f9b87c09f5233ba07a608d (diff) | |
download | cygnal-a76877e977ff264e44c4d9278920fe511fc73dd4.tar.gz cygnal-a76877e977ff264e44c4d9278920fe511fc73dd4.tar.bz2 cygnal-a76877e977ff264e44c4d9278920fe511fc73dd4.zip |
Throughout remove all usage of wincap.has_security.
* environ.cc (environ_init): Drop setting allow_ntsec here.
* grp.cc (initgroups32): Drop usage of label "out".
* security.cc (allow_ntsec): Set to true by default.
* syscalls.cc (seteuid32): Remove label success_9x.
* wincap.cc: Remove has_security throughout.
* wincap.h: Ditto.
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r-- | winsup/cygwin/wincap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h index d47e371b2..40a050e49 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -16,7 +16,6 @@ struct wincaps DWORD chunksize; DWORD heapslop; unsigned is_server : 1; - unsigned has_security : 1; unsigned has_security_descriptor_control : 1; unsigned has_ip_helper_lib : 1; unsigned has_physical_mem_access : 1; @@ -59,7 +58,6 @@ public: DWORD IMPLEMENT (chunksize) DWORD IMPLEMENT (heapslop) bool IMPLEMENT (is_server) - bool IMPLEMENT (has_security) bool IMPLEMENT (has_security_descriptor_control) bool IMPLEMENT (has_ip_helper_lib) bool IMPLEMENT (has_physical_mem_access) |