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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to