Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-05-23 18:10:31 +0400
committerChristopher Faylor <me@cgf.cx>2000-05-23 18:10:31 +0400
commit6eb63adf97f4aab42951cac76c4488bfb39cb35a (patch)
treefa2256810e0035edf45534214755357d050858dc /winsup/cygwin
parent2dd78662b79be63eec5b141346e3e076c4f80e2f (diff)
* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
number "5".
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/uname.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 61fc9888f..a31d28391 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
diff --git a/winsup/cygwin/uname.cc b/winsup/cygwin/uname.cc
index 3ff4d9aa6..576c9c04a 100644
--- a/winsup/cygwin/uname.cc
+++ b/winsup/cygwin/uname.cc
@@ -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,