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>2012-06-03 20:45:27 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-06-03 20:45:27 +0400
commit6a713dabad2091f4a95f6ad567a5bb0dd2834b4b (patch)
tree191585f7a9dbc48f5ef5f01314d07e061d718541 /winsup/utils/cygcheck.cc
parentb7ae842aea3de8fc16f13261a78dc14faeafe438 (diff)
* cygcheck.cc (dump_sysinfo): Change "Server 8" to official
"Server 2012".
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 52411c881..5e603757f 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -1,7 +1,7 @@
/* cygcheck.cc
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -1436,7 +1436,7 @@ dump_sysinfo ()
else if (osversion.dwMinorVersion == 2)
{
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
- ? "8" : "Server 8");
+ ? "8" : "Server 2012");
strcat (osname, " (not yet supported!)");
}
DWORD prod;