From df46f3e4ddddddf7302edca3fa2b98cb68ac8df2 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 24 Jul 2000 16:16:28 +0000 Subject: * 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 --- src/util/profile/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/util/profile/ChangeLog') 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 + + * 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 * prof_init.c (profile_init_path): Use profile_filespec_t instead -- cgit