Re: Redefinition error while compiling LKM

From: Alexander Shishckin
Date: Thu Dec 29 2005 - 06:49:20 EST


On 12/29/05, pretorious . <pretorious_i@xxxxxxxxxxx> wrote:
> >
> >and.. why on earth would you need sys/syscall.h ?? (or sys/stat.h for
> >that matter)
> >
> >
>
> Trying to override certain syscalls (mknod ...)
You do not intercept syscalls.
You do not intercept syscalls from a kernel module.
You do not include libc headers in the kernel code.

--
I am free of all prejudices. I hate every one equally.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/