From cb8686370b006488e08701f6f8ed687bf3376bcc Mon Sep 17 00:00:00 2001
From: Corinna Vinschen <corinna@vinschen.de>
Date: Mon, 28 Jan 2008 12:19:30 +0000
Subject: [PATCH] 	* path.cc: Fix Samba version in comment.

---
 winsup/cygwin/ChangeLog | 4 ++++
 winsup/cygwin/path.cc   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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. */