From 6ff0840db45f059949857260c3db3372fad660d5 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 23 Feb 1998 01:09:51 +0000 Subject: * k5-util.h: New file. Add krb5_seteuid in order to allow applications to use it without including k5-int.h. * k5-int.h: Remove krb5_seteuid, as it is moving to k5-util.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10467 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index b171fcc95..043adc7c7 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +Sun Feb 22 19:20:31 1998 Tom Yu + + * k5-util.h: New file. Add krb5_seteuid in order to allow + applications to use it without including k5-int.h. + + * k5-int.h: Remove krb5_seteuid, as it is moving to k5-util.h. + Wed Feb 18 15:50:40 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. Fix up -- cgit