>--- linux/fs/pipe.c Wed Aug 6 19:52:01 1997
>+++ linux.pac/fs/pipe.c Thu Aug 6 19:33:19 1998
>@@ -413,7 +413,7 @@
> int error;
> int i,j;
>
>- error = ENFILE;
>+ error = -ENFILE;
> f1 = get_empty_filp();
> if (!f1)
> goto no_files;
I didn't intend to send this particular fragment of the diff, since it's
unrelated to the issue I was talking about. Ignore this part, please :)
-- Alan Curry- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html