| -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?)
| -extern asmlinkage int sys_setsockopt(int fd, int level, int optname,
| - char *optval, int optlen);
| +extern long sys_setsockopt(int fd, int level, int optname,
| + char *optval, int optlen);
ditto
-- ~Randy [resending after error on first attempt] - 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/