I wonder how that can be, though, because I've failed getting it to
compile code as trivial as
walk_de = (dirent_t *) debug_malloc(sizeof(dirent_t));
where dirent_t is a simple structure and debug_malloc is prototyped
to void *debug_malloc(size_t size);
-- Tomas Szepe <szepe@pinerecords.com> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/