summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-07-22 22:22:39 +0000
committerTom Yu <tlyu@mit.edu>2003-07-22 22:22:39 +0000
commit927a9279aa2c05f350c781a80b41f3485c790118 (patch)
treea2d85e58d257b2716095c1e1021351f0ec702312 /src
parentbdc4aff226692e50763e32ca20fde771a98b59cb (diff)
downloadkrb5-927a9279aa2c05f350c781a80b41f3485c790118.tar.gz
krb5-927a9279aa2c05f350c781a80b41f3485c790118.tar.xz
krb5-927a9279aa2c05f350c781a80b41f3485c790118.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/windows/ChangeLog7
-rw-r--r--src/windows/README6
2 files changed, 10 insertions, 3 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index 8ef11e6b4c..95299d70a3 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -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
diff --git a/src/windows/README b/src/windows/README
index 80fefec296..81e28431b1 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