From 65ee430918d8404cf26e221fcdee283f70fc656c Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 16 Jul 1994 04:03:56 +0000 Subject: Removed internal routine detach_process(), and replaced it with a standards replacing daemon() call. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3987 dc483132-0cff-0310-8789-dd5450dbe970 --- src/slave/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/slave/ChangeLog (limited to 'src/slave/ChangeLog') diff --git a/src/slave/ChangeLog b/src/slave/ChangeLog new file mode 100644 index 000000000..c805c4557 --- /dev/null +++ b/src/slave/ChangeLog @@ -0,0 +1,7 @@ +Sat Jul 16 00:01:41 1994 Theodore Y. Ts'o (tytso at tsx-11) + + * kpropd.c (do_standalone): Replace detach_process() with call to + daemon(), which we can now guarantee will be in libc or in the + Kerberos library. + + -- cgit