From: mtaylor Date: Thu, 22 Nov 2007 04:46:27 +0000 (+0000) Subject: Switch back to plain old int for gfp_t definition for pre 2.6.14... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=cbc24dce2a11aa9cafe8f211677a3e311fee8de5;p=madwifi%2F.git 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 --- 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)