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>2008-01-28 15:19:30 +0300
committerCorinna Vinschen <corinna@vinschen.de>2008-01-28 15:19:30 +0300
commitcb8686370b006488e08701f6f8ed687bf3376bcc (patch)
tree6f7baefe5a495fa4148ce710f3bda168a9606239
parenta665fef641ddd92a06c53191dd4b21d2ae511a3e (diff)
* path.cc: Fix Samba version in comment.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/path.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index cd83841ae..f88b56212 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc: Fix Samba version in comment.
+
2008-01-24 Corinna Vinschen <corinna@vinschen.de>
* path.cc (fs_info::update): Fix old-style Samba test to support
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index caa1d190d..a3b0f007e 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -378,7 +378,7 @@ mkrelpath (char *path)
strcpy (path, ".");
}
-/* Beginning with Samba 3.2, Samba allows to get version information using
+/* Beginning with Samba 3.0.28a, Samba allows to get version information using
the ExtendedInfo member returned by a FileFsObjectIdInformation request.
We just store the samba_version information for now. Older versions than
3.2 are still guessed at by testing the file system flags. */