summaryrefslogtreecommitdiffstats
path: root/src/util/profile/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-03-03 23:25:33 +0000
committerTheodore Tso <tytso@mit.edu>1999-03-03 23:25:33 +0000
commitb1fd0ffe7fb3566e062f9730216a29cdf3cca6db (patch)
tree23addadd3cfcc8babcb58d802be87fb8ab344725 /src/util/profile/ChangeLog
parent04df12f7fcb6663231290cbba39f7d4d2db99d0c (diff)
prof_file.c (profile_flush_file): On the Macintosh, fopen() doesn't
set errno when fopen fails to open a file. Work around this by setting errno to PROF_FAIL_OPEN in this case. prof_err.et: Add new error code PROF_FAIL_OPEN. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11238 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
-rw-r--r--src/util/profile/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index b54fe058e..835a00b59 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,11 @@
+Wed Mar 3 18:23:47 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * prof_file.c (profile_flush_file): On the Macintosh, fopen()
+ doesn't set errno when fopen fails to open a file. Work
+ around this by setting errno to PROF_FAIL_OPEN in this case.
+
+ * prof_err.et: Add new error code PROF_FAIL_OPEN.
+
Tue Mar 2 18:55:50 1999 Theodore Y. Ts'o <tytso@mit.edu>
* test_profile.c: Added ability to test profile set functions, and