From e962f044b6ca19309a48b853dbe639ed83bef237 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 1 Dec 2001 00:34:53 +0000 Subject: [PATCH] Linux-2.4 prefers slab.h --- include/linux/slab.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/linux/slab.h diff --git a/include/linux/slab.h b/include/linux/slab.h new file mode 100644 index 00000000..ec2453a4 --- /dev/null +++ b/include/linux/slab.h @@ -0,0 +1,17 @@ +/* + * linux/slab.h compatibility header + */ + +#ifndef __COMPAT_LINUX_SLAB_H_ +#define __COMPAT_LINUX_SLAB_H_ + +#include + +#if LINUX_VERSION_CODE < 0x020400 +#include +#else +#include_next +#endif + +#endif + -- 2.26.2