Re: [PATCH] Fix building on Solaris (and don't break Cygwin)

From: Christoph Hellwig
Date: Fri Jul 09 2004 - 16:17:11 EST


On Fri, Jul 09, 2004 at 02:00:11PM -0700, Tom Rini wrote:
> The following is from Jean-Christophe Dubois <jdubois@xxxxxx>. On
> Solaris 2.8, <stdint.h> does not exist, but <inttypes.h> does. However,
> on cygwin (the other odd place that the kernel is compiled on)
> <inttypes.h> doesn't exist. So we end up with something like the
> following.
> Signed-off-by: Tom Rini <trini@xxxxxxxxxxxxxxxxxxx>

Yikes. <stdint.h> is mandated by C99, please complain to sun instead or
write up the header yourself - it's not that difficult anyway.

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