> On 21 Mar 2003 01:51:50 -0500 Robert Love <rml@tech9.net> wrote:
>
> | -extern asmlinkage int sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg);
> | +extern long sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg);
>
> keep the asmlinkage (or why not?)
I always that it did not matter, but Arjan just pointed out otherwise
(as you saw). So I guess these need to be reverted.
There are a handful of other such cases around the kernel...
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/