summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/unit-test/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-02-13 20:52:40 +0000
committerTom Yu <tlyu@mit.edu>2004-02-13 20:52:40 +0000
commitd761253055c2710df9c351b03b03129fc95ed9f5 (patch)
tree642c076dec8f4098bf9eda79b9683643e10043a8 /src/lib/rpc/unit-test/ChangeLog
parent65979a268ddea3d7b0ff170da5923a6a3c0255cb (diff)
downloadkrb5-d761253055c2710df9c351b03b03129fc95ed9f5.tar.gz
krb5-d761253055c2710df9c351b03b03129fc95ed9f5.tar.xz
krb5-d761253055c2710df9c351b03b03129fc95ed9f5.zip
Change PRIOCNTL_HACK code to use "==" rather than "eq", as "eq" is not
available in tcl-8.3. ticket: new target_version: 1.3.2 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16071 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index c87dade474..03c929c819 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-13 Tom Yu <tlyu@mit.edu>
+
+ * config/unix.exp (PRIOCNTL_HACK): Use "==" instead of "eq", which
+ is not present in tcl-8.3.
+
2004-02-12 Tom Yu <tlyu@mit.edu>
* configure.in: Invoke KRB5_AC_PRIOCNTL_HACK.