> rrunner.c : In function 'rr_ioctl'
> rrunner.c:1558: label 'out' used but not defined
> make[2]: *** [rrunner.o] Error 1
My fault. Swap that 1158 line pair
error = -EPERM;
goto out;
with
return -EPERM
-
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/
- [test11-pre2] rrunner.c compiler error Frank Davis
- [PATCH] Re: [test11-pre2] rrunner.c compile... Alan Cox
- [PATCH] Re: [test11-pre2] rrunner.c com... Bartlomiej Zolnierkiewicz
- Re: [PATCH] Re: [test11-pre2] rrunn... Jeff Garzik

