summaryrefslogtreecommitdiffstats
path: root/src/util/profile/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-07-24 16:16:28 +0000
committerEzra Peisach <epeisach@mit.edu>2000-07-24 16:16:28 +0000
commitdf46f3e4ddddddf7302edca3fa2b98cb68ac8df2 (patch)
treec6a49c7baf8cc0cd6351a733a5a94a84b9dd9019 /src/util/profile/ChangeLog
parent80c58c2c1a01da0e6a066b2be1a569d4ab624672 (diff)
downloadkrb5-df46f3e4ddddddf7302edca3fa2b98cb68ac8df2.tar.gz
krb5-df46f3e4ddddddf7302edca3fa2b98cb68ac8df2.tar.xz
krb5-df46f3e4ddddddf7302edca3fa2b98cb68ac8df2.zip
* prof_init.c: Cleanup internal type warnings in calls to profile_init
* test_parse.c (main): Cast arguments to error_message. * prof_file.c (profile_open_file): Variable with argument to malloc should be unsigned. * profile.hin: Revert changes to const_profile_filespect_t and profile_filespec_t to preserve interface. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12585 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
-rw-r--r--src/util/profile/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 9b8f9b667..a0f2b79ea 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,15 @@
+2000-07-24 Ezra Peisach <epeisach@mit.edu>
+
+ * prof_init.c: Cleanup internal type warnings in calls to profile_init.
+
+ * test_parse.c (main): Cast arguments to error_message.
+
+ * prof_file.c (profile_open_file): Variable with argument to
+ malloc should be unsigned.
+
+ * profile.hin: Revert changes to const_profile_filespect_t and
+ profile_filespec_t to preserve interface.
+
2000-06-26 Ezra Peisach <epeisach@mit.edu>
* prof_init.c (profile_init_path): Use profile_filespec_t instead