From cbc24dce2a11aa9cafe8f211677a3e311fee8de5 Mon Sep 17 00:00:00 2001 From: mtaylor Date: Thu, 22 Nov 2007 04:46:27 +0000 Subject: [PATCH] Switch back to plain old int for gfp_t definition for pre 2.6.14... git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2923 0192ed92-7a03-0410-a25b-9323aeb14dbd --- include/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compat.h b/include/compat.h index 649cf2a..788e38b 100644 --- a/include/compat.h +++ b/include/compat.h @@ -132,7 +132,7 @@ #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) -typedef unsigned __nocast gfp_t; +typedef int gfp_t; #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) -- 2.35.1