summaryrefslogtreecommitdiffstats
path: root/src/util/profile/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-21 20:03:44 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-21 20:03:44 +0000
commit7c7819f47ec78c1aac4ea91558d400e97c910ac2 (patch)
treeb95b70f3df9b179aafbdac23fef88ec2b9fee0ce /src/util/profile/ChangeLog
parentbbd5d28034157e51c67b9f6bd3e3f19474ed7061 (diff)
downloadkrb5-7c7819f47ec78c1aac4ea91558d400e97c910ac2.tar.gz
krb5-7c7819f47ec78c1aac4ea91558d400e97c910ac2.tar.xz
krb5-7c7819f47ec78c1aac4ea91558d400e97c910ac2.zip
Delete setting and testing of STAT_ONCE_PER_SECOND, just always do it
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17449 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
-rw-r--r--src/util/profile/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index cab07d02b..cbb95706e 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-21 Ken Raeburn <raeburn@mit.edu>
+
+ * prof_file.c (profile_update_file_data): Drop test of
+ STAT_ONCE_PER_SECOND, just do it always.
+ * prof_int.h (stuct _prf_data_t): Likewise.
+ (STAT_ONCE_PER_SECOND): Don't define.
+
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.