Re: [RFC] Splitting kernel headers and deprecating __KERNEL__

From: Grzegorz Kulewski
Date: Fri Nov 26 2004 - 19:57:56 EST


On Thu, 25 Nov 2004, David Howells wrote:

(b) Make kernel file #include the user file.

Does kernel really need to include user headers? When it is definition of some const then it should be defined in one file (to be sure it has only one definition). But user headers may have some compatibility hacks that kernel do not need (and even maybe does not want) to have.

How you will handle that?


Thanks,

Grzegorz Kulewski

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