diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-01-28 12:19:30 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-01-28 12:19:30 +0000 |
commit | cb8686370b006488e08701f6f8ed687bf3376bcc (patch) | |
tree | 6f7baefe5a495fa4148ce710f3bda168a9606239 /winsup/cygwin/path.cc | |
parent | a665fef641ddd92a06c53191dd4b21d2ae511a3e (diff) | |
download | cygnal-cb8686370b006488e08701f6f8ed687bf3376bcc.tar.gz cygnal-cb8686370b006488e08701f6f8ed687bf3376bcc.tar.bz2 cygnal-cb8686370b006488e08701f6f8ed687bf3376bcc.zip |
* path.cc: Fix Samba version in comment.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |