Messages in this thread |  | | Subject | Re: [test11-pre2] rrunner.c compiler error | Date | Fri, 10 Nov 2000 03:09:01 +0000 (GMT) | From | Alan Cox <> |
| |
> 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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |