From 8bbecbedee08b0ee647191215b50c00fdb76ef1c Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 3 Dec 2001 20:54:22 +0000 Subject: [PATCH] 2.2 linux/malloc.h just includes linux/slab.h, this file was causing the kmalloc versioning to get messed up somehow (linux 2.2.19). --- include/linux/slab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/slab.h b/include/linux/slab.h index ec2453a4..8010435c 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -7,7 +7,7 @@ #include -#if LINUX_VERSION_CODE < 0x020400 +#if LINUX_VERSION_CODE < 0x020200 #include #else #include_next -- 2.26.2