Re: [PATCH] Fix test-2.4.0-pre8 compilation (was Re: test-2.4.0-pre8)

Jakub Jelinek (jakub@redhat.com)
Thu, 10 Aug 2000 18:41:38 +0200


On Tue, Aug 08, 2000 at 01:18:37PM -0400, Jeff Garzik wrote:
> Jakub Jelinek wrote:
> > 2) avoid doing void * arithmetic in umsdos
>
> Why? void* arith is a recognized and used feature of gcc.

But subtracting char * from void * is not. Either both are void *, or both
are char *.

Jakub

-
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.tux.org/lkml/