Re: little 2.1.90p2 typo

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 12 Mar 1998 18:02:55 +0000 (GMT)


> The oops-forcer in drivers/block/raid5.c is missing a NULL.
> + *(int*)=0;
>
> should probably be
> + *(int*)NULL=0;
>
It also shouldnt be there. This is completely non portable.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu