In article <[EMAIL PROTECTED]> you wrote:


> Attempting to compile the sensor package gave symbol errors regarding
> the xxx_ret symbols (copying to/from user space, putting/getting.  These
> have been removed from uaccess.h in recent kernels.  These were present
> in 2.2.16 and at least some 2.3.x kernels.  As  you can see from the
> appended diff, these appear to be the only changes.  I tend to assume
> there's a reason, but could find no explanation in the kernel docs for
> it.

2 possible causes: you forgot to use -O on the commandline when compiling
the modules, or you didn't use kgcc....

Greetings,
   Arjan van de Ven
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to