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 <[EMAIL PROTECTED]>
* 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