From: Amos Jeffries Date: Sat, 12 Apr 2008 14:05:21 +0000 (-0600) Subject: Author: Guido Serassio X-Git-Tag: SQUID_3_0_STABLE5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445a206d48af292473427687fac922661b0dff76;p=thirdparty%2Fsquid.git Author: Guido Serassio Windows port: Released name of Longhorn Server is Windows Server 2008 --- diff --git a/src/WinSvc.cc b/src/WinSvc.cc old mode 100644 new mode 100755 index 4d49b94bc8..8f7a2ba942 --- a/src/WinSvc.cc +++ b/src/WinSvc.cc @@ -344,7 +344,7 @@ GetOSVersion() if (osvi.wProductType == VER_NT_WORKSTATION) WIN32_OS_string = xstrdup("Windows Vista"); else - WIN32_OS_string = xstrdup("Windows Server \"Longhorn\""); + WIN32_OS_string = xstrdup("Windows Server 2008"); return _WIN_OS_WINLON; } break;