summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-11-03 11:04:07 +0000
committerpaul <paul>2005-11-03 11:04:07 +0000
commit9c4f1c6f10d4770933c0558528a0e59557b96230 (patch)
tree3e5d6c73e9e78b0aa6ed2cc8ffe276f2b19f3548 /lib/ChangeLog
parent484315fd274b3782f72abc95c9796c604e53bcc9 (diff)
2005-11-03 Paul Jakma <paul.jakma@sun.com>
* if.c: (connected_free) use MTYPE for connected label. memtypes.c: Add MTYPE_CONNECTED_LABEL
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3ad9458c..c420fa71 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -18,6 +18,8 @@
quicker.
* md5.h: POSIX types. Get rid of the odd __P() non-ANSI capable
compiler compatibility hack.
+ * if.c: (connected_free) use MTYPE for connected label.
+ memtypes.c: Add MTYPE_CONNECTED_LABEL
2005-10-26 Paul Jakma <paul.jakma@sun.com>