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

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



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.

Willi



Reply to: