[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Bug 223210 (sysklogd): linux-kernel-headers bug?



On Thu, Jan 29, 2004 at 03:06:37PM +0100, Willi Mann V. wrote:
> Hi Daniel!
> 
> So it's wanted in 2.6 headers that including linux/module.h will fail?
> 
> /* file test.c */
> #include<linux/module.h>
> 
> #include<stdio.h>
> 
> int main(void){
> 	printf("test\n");
> }
> 
> 
> $ gcc test.c -o test
> Causes a long list of errors.

That's not what I said.  I said, using the 2.6 module interface for an
existing program may give surprising results.

If this header is legitimately included by userland, then we can work
on fixing it, but I need to know what userland needs from the header
first.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: