summaryrefslogtreecommitdiffstats
path: root/src/util/profile/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-19 21:03:00 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-19 21:03:00 +0000
commitbb0505f17bd565d93cc0a43eb40ea6ecac8a912c (patch)
tree2c2de2ac155f789b63fe338cc5fb0b73d716d0c5 /src/util/profile/ChangeLog
parent4f20424df747fc1aa060ff55b00265d517526756 (diff)
downloadkrb5-bb0505f17bd565d93cc0a43eb40ea6ecac8a912c.tar.gz
krb5-bb0505f17bd565d93cc0a43eb40ea6ecac8a912c.tar.xz
krb5-bb0505f17bd565d93cc0a43eb40ea6ecac8a912c.zip
* prof_parse.c (strip_line): Simplify loop by preserving "p" rather than
recomputing it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14542 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
-rw-r--r--src/util/profile/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index d9f30d867..83bbca78b 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,5 +1,8 @@
2002-06-19 Ken Raeburn <raeburn@mit.edu>
+ * prof_parse.c (strip_line): Simplify loop by preserving "p"
+ rather than recomputing it.
+
* configure.in: Look for strdup.
* prof_tree.c (profile_create_node): Use strdup.
(strdup, MYstrdup): Define it if the OS doesn't provide it.