From 0241684ea77e8aa20ad2cb3903589559f4a7b009 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 26 Oct 2005 05:05:16 +0000 Subject: 2005-10-26 Paul Jakma * (general) Cleanup a some calls to XFREE,strdup, etc. to use the memory.h macros. * memtypes.c: Add MTYPE_IF_RMAP_NAME, MTYPE_PQUEUE, MTYPE_PQUEUE_DATA and MTYPE_HOST. * memtypes.h: update auto-built file. * if_rmap.c: Use MTYPE_IF_RMAP_NAME. * pqueue.c: Use the two MTYPE_PQUEUE mtypes for allocations. --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 26b478bf..8abae69a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2005-10-26 Paul Jakma + + * (general) Cleanup a some calls to XFREE,strdup, etc. to use + the memory.h macros. + * memtypes.c: Add MTYPE_IF_RMAP_NAME, MTYPE_PQUEUE, + MTYPE_PQUEUE_DATA and MTYPE_HOST. + * memtypes.h: update auto-built file. + * if_rmap.c: Use MTYPE_IF_RMAP_NAME. + * pqueue.c: Use the two MTYPE_PQUEUE mtypes for allocations. + 2005-10-20 Andrew J. Schorr * sockopt.c: (setsockopt_multicast_ipv4) If IP_ADD_MEMBERSHIP -- cgit v1.2.1