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 + + * path.cc: Fix Samba version in comment. + 2008-01-24 Corinna Vinschen * 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. */