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>2010-07-15 12:00:52 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-07-15 12:00:52 +0400
commitac40a1952708346669c32e88561b2751371b1c44 (patch)
treeee95a5e6c0585d85e11fa2ff2012e6298c275235 /winsup/cygwin/wincap.cc
parent3f45333072dcd5f588bbb18d358d97c79cbc102b (diff)
* wincap.cc (wincap_7): Set needs_count_in_si_lpres2 to false.
Diffstat (limited to 'winsup/cygwin/wincap.cc')
-rw-r--r--winsup/cygwin/wincap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index 56aac2453..889998c79 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -444,7 +444,7 @@ wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = {
has_buggy_restart_scan:false,
has_mandatory_integrity_control:true,
needs_logon_sid_in_sid_list:false,
- needs_count_in_si_lpres2:true,
+ needs_count_in_si_lpres2:false,
has_recycle_dot_bin:true,
has_gaa_prefixes:true,
has_gaa_on_link_prefix:true,