From ecf817db4387510f36fe30caf94f9200575cdfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 17 Jul 2008 20:42:54 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23374 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/kafs/ChangeLog b/lib/kafs/ChangeLog index 986b29b8c..5a289582b 100644 --- a/lib/kafs/ChangeLog +++ b/lib/kafs/ChangeLog @@ -1,5 +1,10 @@ -2008-04-15 Love Hörnquist Åstrand +2008-07-17 Love Hörnquist Åstrand + * common.c: Try afs/cell@REALM before afs@REALM since that is what + OpenAFS folks have been saying is best pratices for some time + now. Patch from Derrick Brashear. + +2008-04-15 Love Hörnquist Åstrand * afssys.c: Avoid using entry points depending on _IOWR if there is no _IOWR (on cygwin).