* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the

number "5".
This commit is contained in:
Christopher Faylor 2000-05-23 14:10:31 +00:00
parent 2dd78662b7
commit 6eb63adf97
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue May 23 10:09:26 2000 Christopher Faylor <cgf@cygnus.com>
* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion
with the number "5".
Tue May 23 10:01:07 2000 Christopher Faylor <cgf@cygnus.com>
* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing

View file

@ -37,7 +37,7 @@ uname (struct utsname *name)
cygwin_version.dll_major / 1000,
cygwin_version.dll_major % 1000,
cygwin_version.dll_minor,
snp ? "S" : "",
snp ? "s" : "",
cygwin_version.api_major,
cygwin_version.api_minor,
cygwin_version.shared_data,