OSDN Git Service

* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
authorcgf <cgf>
Tue, 23 May 2000 14:10:31 +0000 (14:10 +0000)
committercgf <cgf>
Tue, 23 May 2000 14:10:31 +0000 (14:10 +0000)
number "5".

winsup/cygwin/ChangeLog
winsup/cygwin/uname.cc

index 61fc988..a31d283 100644 (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
index 3ff4d9a..576c9c0 100644 (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,