Re: kernel header separation

From: Jeff Garzik
Date: Mon Sep 08 2003 - 09:39:15 EST


On Mon, Sep 08, 2003 at 10:25:45AM -0400, Jeff Garzik wrote:
> Whenever I see "__u8", I think "non-standard, gcc-specific dependency"

Ignore this, I stand corrected: these are kernel types.

Regardless, I still prefer the C99 size-specific types, as they are the
most portable across all compilers, and you can depend on the compiler
to provide them for you. No need to define them yourself.

Jeff




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