Wasn't there discussion that user space apps shouldn't include kernel
headers?

"Adam J. Richter" wrote:
> 
>         linux-2.4.0test12pre8/include/linux/module.h contains some
> kernel-specific declarations that now reference struct list_head, which
> which is only defined when __KERNEL__ is set.  This causes sysklogd
> and probably any other user level program that needs to include
> <linux/module.h> to fail to compile.
> 
>         The following patch brackets the (unused) offending declarations
> in #ifdef __KERNEL__...#endif.

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               [EMAIL PROTECTED]

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               [EMAIL PROTECTED]
=====================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to