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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5802f6967..86ca68891 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2006-02-18 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
+ path_conv::hasgood_inode.
+ (path_conv::is_samba): New method.
+ (fhandler_base::fstat_by_handle): Don't even try to use
+ FileIdBothDirectoryInformation on Samba.
+ * path.h (class path_conv): Declare is_samba method.
+
2006-02-17 Christopher Faylor <cgf@timesys.com>
* path.cc (conv_path_list): Eat empty paths when converting to POSIX.