This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bsd_tcpip radix Free() changed to R_Free()


On Mon, Dec 10, 2007 at 11:40:05AM -0600, Shaun Louie wrote:
> Hi,
>
> This patch will change the Free() function name to R_Free() to match the 
> corresponding R_Malloc().  This also solves a conflict if you want to write 
> your own Malloc and Free wrappers elsewhere.

Thanks

> I'm just getting my feet wet with submitting patches to eCos, so let me
> know if I've missed anything.

A ChangeLog entry is missing, but i added it:

2008-01-06  Shaun Louie <sal@microplex.com>

        * include/net/radix.h
        * src/sys/net/radix.c
        * src/sys/net/route.c
        * src/sys/net/rtsock.c
        * src/sys/netinet/if_ether.c
        * src/sys/netinet6/icmp6.c
        * src/sys/netinet6/nd6.c: Change Free to R_Free() so that it
        corresponds to R_Malloc, and allows Free() wrappers in other
        places.

        Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]