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:
authorCorinna Vinschen <corinna@vinschen.de>2009-07-13 14:40:42 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-07-13 14:40:42 +0400
commitc6b9d719816d8b53c7f63e0e0a1426c4f3712d83 (patch)
tree126e2a44f941e3fe8d26029161bf57608a2d12bb /winsup/utils/cygcheck.cc
parent4f615d3ffe25c6460dc4004aa0bf6a8cdab939f9 (diff)
* cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 3b3860369..88987146b 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -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,