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
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

