* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
number "5".
This commit is contained in:
parent
2dd78662b7
commit
6eb63adf97
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue