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>2007-02-23 18:15:50 +0300
committerCorinna Vinschen <corinna@vinschen.de>2007-02-23 18:15:50 +0300
commita76877e977ff264e44c4d9278920fe511fc73dd4 (patch)
tree77a3e569e9e5a248cf845f89d7e8eb6ba6193f2f /winsup/cygwin/wincap.cc
parent9fa43ff6c61626df04f9b87c09f5233ba07a608d (diff)
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.cc')
-rw-r--r--winsup/cygwin/wincap.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index e02f9c3e3..a72484f39 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -16,7 +16,6 @@ static NO_COPY wincaps wincap_unknown = {
chunksize:0,
heapslop:0x0,
is_server:false,
- has_security:true,
has_security_descriptor_control:false,
has_ip_helper_lib:false,
has_physical_mem_access:true,
@@ -43,7 +42,6 @@ static NO_COPY wincaps wincap_nt4 = {
chunksize:0,
heapslop:0x0,
is_server:false,
- has_security:true,
has_security_descriptor_control:false,
has_ip_helper_lib:false,
has_physical_mem_access:true,
@@ -70,7 +68,6 @@ static NO_COPY wincaps wincap_nt4sp4 = {
chunksize:0,
heapslop:0x0,
is_server:false,
- has_security:true,
has_security_descriptor_control:false,
has_ip_helper_lib:true,
has_physical_mem_access:true,
@@ -97,7 +94,6 @@ static NO_COPY wincaps wincap_2000 = {
chunksize:0,
heapslop:0x0,
is_server:false,
- has_security:true,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
has_physical_mem_access:true,
@@ -124,7 +120,6 @@ static NO_COPY wincaps wincap_xp = {
chunksize:0,
heapslop:0x0,
is_server:false,
- has_security:true,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
has_physical_mem_access:true,
@@ -151,7 +146,6 @@ static NO_COPY wincaps wincap_2003 = {
chunksize:0,
heapslop:0x4,
is_server:true,
- has_security:true,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
has_physical_mem_access:false,
@@ -178,7 +172,6 @@ static NO_COPY wincaps wincap_vista = {
chunksize:0,
heapslop:0x4,
is_server:false,
- has_security:true,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
has_physical_mem_access:false,
@@ -265,7 +258,8 @@ wincapc::init ()
}
break;
case VER_PLATFORM_WIN32_WINDOWS:
- /* This is just preliminary. */
+ /* I'd be very surprised if this code is ever hit, but it doesn't
+ hurt to keep it. */
api_fatal ("Windows 95/98/Me are not supported.");
break;
default: