aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>1999-08-03 21:19:04 +0000
committerAlexandra Ellwood <lxs@mit.edu>1999-08-03 21:19:04 +0000
commit1b572ad98b143b6dd5d559c2657087af9459e996 (patch)
tree898e0e6fc6f0aa5e5ff38e6e11db1f160e7ebcd5 /src/util
parent3eaf318a7c3dd8dd81fc4d55da52359a54eea30e (diff)
downloadkrb5-1b572ad98b143b6dd5d559c2657087af9459e996.zip
krb5-1b572ad98b143b6dd5d559c2657087af9459e996.tar.gz
krb5-1b572ad98b143b6dd5d559c2657087af9459e996.tar.bz2
prof_file.c (profile_open_file)
Mac OS side now sets profile->magic to PROF_MAGIC_FILE so the rest of the functions think it's a real profile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11617 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 7d8ab2e..9366adf 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,9 @@
+1999-08-03 Alexandra Ellwood <lxs@mit.edu>
+
+ * prof_file.c (profile_open_file)
+ Mac OS side now sets profile->magic to PROF_MAGIC_FILE
+ so the rest of the functions think it's a real profile.
+
1999-07-22 Jeffrey Altman <jaltman@columbia.edu>
* prof_init.c (prof_init)