From 14b4bd59095fd553f780ae83aad2854b820090bf Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 2 Aug 1995 16:50:39 +0000 Subject: Formerly malloc.h.~2~ --- pfinet/linux/malloc.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pfinet/linux/malloc.h b/pfinet/linux/malloc.h index e69de29b..4189796e 100644 --- a/pfinet/linux/malloc.h +++ b/pfinet/linux/malloc.h @@ -0,0 +1,7 @@ +#ifndef _HACK_MALLOC_H_ +#define _HACK_MALLOC_H_ + +#define kfree_s(a,b) (free (a)) +#define kmalloc(a,b) (malloc (a)) + +#endif -- cgit v1.2.3