summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-24 14:22:11 (GMT)
committernijtmans <nijtmans>2010-06-24 14:22:11 (GMT)
commitc9c189e5d4c7c9bf1c335a719d9f0071de8bd330 (patch)
tree26f54411c7a9611f4d375c7178eba637cbf11c08
parent21777f3e31b01a2facc13d4375bf1e13e90c214e (diff)
downloadtcl-c9c189e5d4c7c9bf1c335a719d9f0071de8bd330.zip
tcl-c9c189e5d4c7c9bf1c335a719d9f0071de8bd330.tar.gz
tcl-c9c189e5d4c7c9bf1c335a719d9f0071de8bd330.tar.bz2
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index add1a58..57f2e2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2010-06-24 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinPort.h [Bug 3019634] errno.h and tclWinPort.h have
+ * generic/tclPosixStr.c [Bug 3019634] errno.h and tclWinPort.h have
conflicting definitions.
2010-06-22 Donal K. Fellows <dkf@users.sf.net>