On Friday, January 14, 2011 04:48:33 Peng Haitao wrote: > testcases/kernel/syscalls/mallopt/mallopt01.c | 1 +
please use descriptive subjects in your patches. this really should be
something like:
mallopt01: fix build error due to xxxx
> --- a/testcases/kernel/syscalls/mallopt/mallopt01.c
> +++ b/testcases/kernel/syscalls/mallopt/mallopt01.c
> @@ -37,6 +37,7 @@
> #ifdef CONFIG_COLDFIRE
> #define __MALLOC_STANDARD__
> #endif
> +#include <malloc.h>
umm, no. malloc.h is a dead header file and nothing should be including it.
-mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
