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
+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
----------------------------------------
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