From afbd97f9cb5eff6843143b19b72087356e8d472f Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 30 Jul 2001 21:32:48 +0000 Subject: * aclocal.m4: Add functions KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGS to elucidate the argument types to getsockname() and getpeername(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13653 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index f9813da3c..765e55048 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-07-30 Ezra Peisach + + * aclocal.m4: Add functions KRB5_GETSOCKNAME_ARGS and + KRB5_GETPEERNAME_ARGS to elucidate the argument types to + getsockname() and getpeername(). + 2001-07-23 Danilo Almeida * Makefile.in: Build gssftp client on Win32. -- cgit