[Was] Resolving the licensing issues.

Jim Thompson jim at netgate.com
Thu Mar 2 14:02:09 PST 2006


Bernhard Fischer wrote:

>>Why not:
>>
>>void *xfree(void *ptr)
>>{
>>	/* sets the pointer to NULL after it has been freed. */
>>	free(ptr);
>>	return NULL;
>>}
>>    
>>
Why does xfree return a (void *) here?



More information about the busybox mailing list