mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 22:40:36 +08:00
* cygcheck.cc (dump_sysinfo): Change "Server 8" to official
"Server 2012".
This commit is contained in:
parent
b7ae842aea
commit
6a713dabad
@ -1,3 +1,8 @@
|
|||||||
|
2012-06-03 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygcheck.cc (dump_sysinfo): Change "Server 8" to official
|
||||||
|
"Server 2012".
|
||||||
|
|
||||||
2012-05-05 Corinna Vinschen <corinna@vinschen.de>
|
2012-05-05 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* mkpasswd.c (current_user): Actually *use* $HOME if it's available.
|
* mkpasswd.c (current_user): Actually *use* $HOME if it's available.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* cygcheck.cc
|
/* cygcheck.cc
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
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.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
@ -1436,7 +1436,7 @@ dump_sysinfo ()
|
|||||||
else if (osversion.dwMinorVersion == 2)
|
else if (osversion.dwMinorVersion == 2)
|
||||||
{
|
{
|
||||||
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
|
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
|
||||||
? "8" : "Server 8");
|
? "8" : "Server 2012");
|
||||||
strcat (osname, " (not yet supported!)");
|
strcat (osname, " (not yet supported!)");
|
||||||
}
|
}
|
||||||
DWORD prod;
|
DWORD prod;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user