From: Tom Yu Date: Tue, 22 Jul 2003 22:22:39 +0000 (+0000) Subject: * README: Revert previous change, as it was in error; socklen_t X-Git-Tag: krb5-1.4-beta1~794 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=927a9279aa2c05f350c781a80b41f3485c790118;p=krb5.git * README: Revert previous change, as it was in error; socklen_t was introduced in Aug 2001 Platform SDK, and the actual problem reported was very probably a compilation environment misconfiguration. ticket: 1675 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15721 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog index 8ef11e6b4..95299d70a 100644 --- a/src/windows/ChangeLog +++ b/src/windows/ChangeLog @@ -1,3 +1,10 @@ +2003-07-22 Tom Yu + + * README: Revert previous change, as it was in error; socklen_t + was introduced in Aug 2001 Platform SDK, and the actual problem + reported was very probably a compilation environment + misconfiguration. + 2003-07-18 Tom Yu * README: Note requirement for Feb 2003 Platform SDK. Thanks to diff --git a/src/windows/README b/src/windows/README index 80fefec29..81e28431b 100644 --- a/src/windows/README +++ b/src/windows/README @@ -2,9 +2,9 @@ ---------------------------------------- Kerberos 5 builds on Windows with MSVC++ 6.0. You will need the -February 2003 platform SDK or later; this SDK is required to define -getaddrinfo and socklen_t. It may or may not build with other -compilers or make utilities. +November 2001 platform SDK or later; this SDK is required to define +getaddrinfo. It may or may not build with other compilers or make +utilities. These build instructions assume that you have the standalone source distribution of Kerberos 5 rather than the MIT Kerberos for Windows