From 940d9b6dbab9883ad4eac75aba640ca7b42eae3e Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sun, 11 Mar 2001 03:21:13 +0000 Subject: * def_realm.c: Move prototype for krb5_try_realm_txt_rr() to os-proto.h. * init_os_ctx.c: Include os-proto.h * changepw.c, locate_kdc.c: Do not shadow sin() with local variable name. * os-proto.h: Add prototypes for krb5_try_realm_txt_rr() and the obsolete krb5_secure_config_files(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13074 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/lib/krb5/os/ChangeLog') diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index c086048a7..8647ce0b8 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,16 @@ +2001-03-10 Ezra Peisach + + * def_realm.c: Move prototype for krb5_try_realm_txt_rr() to + os-proto.h. + + * init_os_ctx.c: Include os-proto.h + + * changepw.c, locate_kdc.c: Do not shadow sin() with local + variable name. + + * os-proto.h: Add prototypes for krb5_try_realm_txt_rr() and the + obsolete krb5_secure_config_files(). + 2001-03-05 Ken Raeburn * localaddr.c (krb5_os_localaddr): Don't look for -1 return value -- cgit