OSDN Git Service

* wincap.cc (wincap_7): Set needs_count_in_si_lpres2 to false.
authorcorinna <corinna>
Thu, 15 Jul 2010 08:00:51 +0000 (08:00 +0000)
committercorinna <corinna>
Thu, 15 Jul 2010 08:00:51 +0000 (08:00 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/wincap.cc

index 732b5c0..a94d0af 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * wincap.cc (wincap_7): Set needs_count_in_si_lpres2 to false.
+
 2010-07-07  Corinna Vinschen  <corinna@vinschen.de>
 
        * syscalls.cc (unlink_nt): Disable try_to_bin for netapp drives.
index 56aac24..889998c 100644 (file)
@@ -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,