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 via email to