Re: [2.6.0-test6] definition and usage of __u64/__s64 inconsistent?

From: David S. Miller
Date: Fri Oct 03 2003 - 04:04:07 EST


On Fri, 3 Oct 2003 10:54:12 +0200
Michal Kochanowicz <michal@xxxxxxxxxxxxx> wrote:

> The file asm/types.h is _unconditionally_ included from linux/cdrom.h
> and linux/loop.h and both files use __u64 unonditionally. Isn't this an
> error?

Not really.

We could fix this by using the __extension__ keyword and thereby
get rid of the __STRICT_ANSI__ check and situations like your's
would work.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/