Re: [test11-pre2] rrunner.c compiler error

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Thu Nov 09 2000 - 22:09:01 EST


> 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/



This archive was generated by hypermail 2b29 : Wed Nov 15 2000 - 21:00:15 EST