On Mon, 11 Dec 2000 14:59:01 -0800, 
"Adam J. Richter" <[EMAIL PROTECTED]> 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.

Linus, please do not apply.

User space applications _must_ not include kernel headers.  Even
modutils does not include linux/module.h, it has its own portable
(kernels 2.0 - 2.4) version.

I have strongly recommended to the sysklogd maintainers that they strip
all the symbol handling from klogd.  The oops decoding in klogd is
hopelessly out of date and broken.

-
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