lkml.org 
[lkml]   [2003]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH] include/linux/sysctl.h needs linux/compiler.h
    Date
    On Saturday 31 May 2003 19:18, Kevin P. Fleming wrote:
    > Changes during 2.5.70 added _user tags to various bits in
    > include/linux/sysctl.h. __user is defined in linux/compiler.h, which is
    > included by linux/kernel.h but only if __KERNEL__ is defined. Compiliing
    > uClibc against 2.5.70 fails because __user__ is not defined.
    >
    > Adding patch below solves the problem (yes, I know, userspace is not
    > supposed to use kernel headers...)
    >
    > --- linux-2.5/include/linux/sysctl.h~ Sat May 31 08:52:49 2003
    > +++ linux-2.5/include/linux/sysctl.h Sat May 31 09:04:29 2003
    > @@ -27,6 +27,7 @@
    > #include <linux/kernel.h>
    > #include <linux/types.h>
    > #include <linux/list.h>
    > +#include <linux/compiler.h>
    >
    > struct file;

    linux/kernel.h includes <linux/compiler.h>.


    Regards,
    /ismail
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:35    [W:4.104 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site