* README: Revert previous change, as it was in error; socklen_t
authorTom Yu <tlyu@mit.edu>
Tue, 22 Jul 2003 22:22:39 +0000 (22:22 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 22 Jul 2003 22:22:39 +0000 (22:22 +0000)
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

src/windows/ChangeLog
src/windows/README

index 8ef11e6b4cf9781a4f048574997a96e9fe9b2cde..95299d70a3fc23dbdb62ccda07340a5c542f04dc 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-22  Tom Yu  <tlyu@mit.edu>
+
+       * 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  <tlyu@mit.edu>
 
        * README: Note requirement for Feb 2003 Platform SDK.  Thanks to
index 80fefec296bbd23f9168bacd02dc5a658059d62d..81e28431b1bfa164d8912be4b40ceeeffc621b82 100644 (file)
@@ -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