OSDN Git Service

* cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.
authorcorinna <corinna>
Mon, 13 Jul 2009 10:40:41 +0000 (10:40 +0000)
committercorinna <corinna>
Mon, 13 Jul 2009 10:40:41 +0000 (10:40 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 52ae141..b371a76 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-13  Corinna Vinschen  <corinna@vinschen.de>
+
+       * cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.
+
 2009-07-04  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * cygwin-console-helper.cc: New file.
index 3b38603..8898714 100644 (file)
@@ -1255,11 +1255,8 @@ dump_sysinfo ()
            strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
                            ? "Vista" : "2008");
          else if (osversion.dwMinorVersion == 1)
-           {
-             strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
-                             ? "7" : "2008 R2");
-             strcat (osname, " (Not yet supported!)");
-           }
+           strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
+                           ? "7" : "2008 R2");
          DWORD prod;
          if (GetProductInfo (osversion.dwMajorVersion,
                              osversion.dwMinorVersion,