#ifndef _HACK_MALLOC_H_ #define _HACK_MALLOC_H_ #define kfree_s(a,b) (free (a)) #define kmalloc(a,b) (malloc (a)) #endif