diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 19:20:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-03 19:20:34 +0000 |
commit | 0c868e751af221c142c5863e7d899e6403358311 (patch) | |
tree | d83c97849873deff9ca37275b1e12dffed568051 /pfinet/linux/malloc.h | |
parent | 70458d90608a58d4b04857ed2de7f33b7fd593d0 (diff) |
entered into RCS
Diffstat (limited to 'pfinet/linux/malloc.h')
-rw-r--r-- | pfinet/linux/malloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/linux/malloc.h b/pfinet/linux/malloc.h index 4189796e..06930659 100644 --- a/pfinet/linux/malloc.h +++ b/pfinet/linux/malloc.h @@ -1,7 +1,10 @@ #ifndef _HACK_MALLOC_H_ #define _HACK_MALLOC_H_ +#include <linux/mm.h> + #define kfree_s(a,b) (free (a)) +#define kfree(a) (free (a)) #define kmalloc(a,b) (malloc (a)) #endif |